From 33520a137fd7020a75751dddff1c34ac48dfd250 Mon Sep 17 00:00:00 2001 From: Damith Thiwanka Chandrasiri Date: Tue, 12 Aug 2025 22:47:12 +0530 Subject: [PATCH 1/2] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e31e2ff..867c049 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - flutter_spinkit: ^5.1.0 + flutter_spinkit: ^5.2.2 dev_dependencies: flutter_test: From dc0047cb26838d501e4e7f9859d70c8710188146 Mon Sep 17 00:00:00 2001 From: Damith Thiwanka Date: Wed, 13 Aug 2025 09:14:32 +0530 Subject: [PATCH 2/2] change to sdk: ">=2.12.0 <4.0.0" --- example/android/build.gradle | 2 +- example/pubspec.yaml | 6 +++--- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/android/build.gradle b/example/android/build.gradle index 83ae220..3cdaac9 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -26,6 +26,6 @@ subprojects { project.evaluationDependsOn(':app') } -task clean(type: Delete) { +tasks.register("clean", Delete) { delete rootProject.buildDir } diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2125937..01ecb95 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,17 +14,17 @@ description: A new Flutter project. version: 1.0.0+1 environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: flutter: sdk: flutter - flutter_easyloading: ^3.0.0 + flutter_easyloading: ^3.0.5 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.2 + cupertino_icons: ^1.0.8 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 867c049..45cb628 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: flutter_easyloading description: A clean and lightweight loading/toast widget for Flutter, Easy to use without context, Support iOS、Android and Web -version: 3.0.5 +version: 3.0.6 homepage: https://github.com/nslogx/flutter_easyloading environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: flutter: