From 13ffbe7e323a0af27b96e5fb4adba3e50e03def2 Mon Sep 17 00:00:00 2001 From: Mehul Ahal Date: Sat, 22 Jul 2023 14:14:05 +0200 Subject: [PATCH 1/2] updated dependencies --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index cd53dd8..b37887b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,8 +8,8 @@ topics: - widgets environment: - sdk: ">=2.17.0 <4.0.0" - flutter: ">=3.16.0" + sdk: ">=3.0.0 <4.0.0" + flutter: ">=3.16.0 <4.0.0" dependencies: cupertino_stepper: ^0.2.1 From de082f0f65adf53995d62a7bc3e69ce25ac70df1 Mon Sep 17 00:00:00 2001 From: M-Ahal Date: Thu, 6 Mar 2025 14:26:31 +0100 Subject: [PATCH 2/2] update base flutter_platform_widgets lib -> 8.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9badc5e..bf88755 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: cupertino_progress_bar: ^0.2.0 flutter: sdk: flutter - flutter_platform_widgets: ^7.0.0 + flutter_platform_widgets: ^8.0.0 dev_dependencies: flutter_test: