From b880e2de6acbd25fcc22e9e48d0513292fbb8f0e Mon Sep 17 00:00:00 2001 From: Pasan Eramusugoda Date: Thu, 18 Sep 2025 12:38:03 +0530 Subject: [PATCH 1/2] fix: update SDK constraints and dependency versions in pubspec.yaml --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 49957c5..3a8b58d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,17 +6,17 @@ repository: https://github.com/Stacked-Org/themes.git issue_tracker: https://github.com/Stacked-Org/framework/issues environment: - sdk: ">=2.19.0 <3.0.0" + sdk: ">=2.19.0 <4.0.0" dependencies: flutter: sdk: flutter stacked_shared: - provider: ^6.0.0 - rxdart: ^0.27.1 - shared_preferences: ^2.0.6 - get_it: ^8.0.2 + provider: ^6.1.5+1 + rxdart: '>=0.27.1 <0.29.0' + shared_preferences: '>=2.0.6 <3.0.0' + get_it: '>=8.0.2 <9.0.0' flutter_statusbarcolor_ns: ^0.6.0 universal_io: ^2.0.4 From 3e87cfdac276b53895c61b6513927cefa3bd45b2 Mon Sep 17 00:00:00 2001 From: Pasan Eramusugoda Date: Thu, 18 Sep 2025 12:38:46 +0530 Subject: [PATCH 2/2] fix: update SDK constraints to support Dart 4.0.0 in example --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9ac93fe..f0fc48d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.2 environment: - sdk: ">=2.19.0 <3.0.0" + sdk: ">=2.19.0 <4.0.0" dependencies: flutter: