From 68856db319e53c1995c1495752fd7d4a02edb133 Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Thu, 20 Jul 2023 10:59:23 +0300 Subject: [PATCH] Downgrade constraints --- example/book_store/pubspec.yaml | 2 +- example/deep_linking/pubspec.yaml | 2 +- example/mobile_app/pubspec.yaml | 2 +- example/navigation_bar/pubspec.yaml | 2 +- example/simple_example/pubspec.yaml | 2 +- integration_test_app/pubspec.yaml | 2 +- pubspec.yaml | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/book_store/pubspec.yaml b/example/book_store/pubspec.yaml index 68d9a5d..8d73447 100644 --- a/example/book_store/pubspec.yaml +++ b/example/book_store/pubspec.yaml @@ -6,7 +6,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: flutter: diff --git a/example/deep_linking/pubspec.yaml b/example/deep_linking/pubspec.yaml index a4b8e11..19d943b 100644 --- a/example/deep_linking/pubspec.yaml +++ b/example/deep_linking/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: flutter: diff --git a/example/mobile_app/pubspec.yaml b/example/mobile_app/pubspec.yaml index cf6d804..c8a3702 100644 --- a/example/mobile_app/pubspec.yaml +++ b/example/mobile_app/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: flutter: diff --git a/example/navigation_bar/pubspec.yaml b/example/navigation_bar/pubspec.yaml index 4c118c4..9446c64 100644 --- a/example/navigation_bar/pubspec.yaml +++ b/example/navigation_bar/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: flutter: diff --git a/example/simple_example/pubspec.yaml b/example/simple_example/pubspec.yaml index f573d81..720ee49 100644 --- a/example/simple_example/pubspec.yaml +++ b/example/simple_example/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: flutter: diff --git a/integration_test_app/pubspec.yaml b/integration_test_app/pubspec.yaml index 01c9c6e..1832416 100644 --- a/integration_test_app/pubspec.yaml +++ b/integration_test_app/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: "none" version: 1.0.0+1 environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index 1860b90..400ab3d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,16 +4,16 @@ version: 1.0.1 homepage: https://github.com/tomgilder/routemaster environment: - sdk: ">=3.0.0 <4.0.0" - flutter: ">=3.10.0" + sdk: ">=2.18.0 <4.0.0" + flutter: ">=3.7.0" dependencies: flutter: sdk: flutter flutter_web_plugins: sdk: flutter - path: ^1.8.3 - collection: ^1.17.1 + path: ^1.8.2 + collection: ^1.17.0 dev_dependencies: flutter_lints: ^2.0.2