From d19a49da0d6e0bc9596b6f8bd9bede7a6754663e Mon Sep 17 00:00:00 2001 From: wuxinglong Date: Fri, 23 Jan 2026 15:27:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=97=B6=E9=97=B4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dart_tool/package_config.json | 6 ++++++ example/pubspec.lock | 8 ++++++++ pubspec.lock | 8 ++++++++ pubspec.yaml | 1 + 4 files changed, 23 insertions(+) diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json index 3590c71..09800c8 100644 --- a/.dart_tool/package_config.json +++ b/.dart_tool/package_config.json @@ -133,6 +133,12 @@ "packageUri": "lib/", "languageVersion": "3.3" }, + { + "name": "easy_debounce", + "rootUri": "file:///Users/wxl/.pub-cache/hosted/pub.flutter-io.cn/easy_debounce-2.0.3", + "packageUri": "lib/", + "languageVersion": "2.12" + }, { "name": "extended_image", "rootUri": "file:///Users/wxl/.pub-cache/hosted/pub.flutter-io.cn/extended_image-8.3.1", diff --git a/example/pubspec.lock b/example/pubspec.lock index edf34c1..56a6e5f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -185,6 +185,14 @@ packages: url: "https://pub.flutter-io.cn" source: hosted version: "2.1.1" + easy_debounce: + dependency: transitive + description: + name: easy_debounce + sha256: f082609cfb8f37defb9e37fc28bc978c6712dedf08d4c5a26f820fa10165a236 + url: "https://pub.flutter-io.cn" + source: hosted + version: "2.0.3" extended_image: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 25c8b5f..b26801a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -177,6 +177,14 @@ packages: url: "https://pub.flutter-io.cn" source: hosted version: "2.1.1" + easy_debounce: + dependency: "direct main" + description: + name: easy_debounce + sha256: f082609cfb8f37defb9e37fc28bc978c6712dedf08d4c5a26f820fa10165a236 + url: "https://pub.flutter-io.cn" + source: hosted + version: "2.0.3" extended_image: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 71b6f09..76e22d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,6 +15,7 @@ dependencies: flutter_easyloading: ^3.0.0 sticky_headers: ^0.3.0+2 #日历需要 get: ^4.6.5 + easy_debounce: ^2.0.3 flutter_screenutil: ^5.9.0 flustars_flutter3: ^3.0.0 #工具类 SpUtil,ScreenUtil, DirectoryUtil等等。 pull_to_refresh: ^2.0.0