Skip to content

Commit

Permalink
Downgrade constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgilder committed Jul 20, 2023
1 parent 495586e commit 68856db
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/book_store/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/deep_linking/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/mobile_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/navigation_bar/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/simple_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion integration_test_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68856db

Please sign in to comment.