Skip to content

Commit

Permalink
⬆️ (environment) upgrade required sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
T-moz committed Jul 26, 2023
1 parent 472b273 commit 97ad416
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/multi_packages_app/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,5 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=3.0.0-0 <4.0.0"
dart: ">=3.0.5 <4.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion example/multi_packages_app/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.17.5 <3.0.0"
sdk: '>=3.0.5 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion example/multi_packages_app/theme/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=3.0.0-0 <4.0.0"
dart: ">=3.0.5 <4.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion example/multi_packages_app/theme/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.17.5 <3.0.0"
sdk: '>=3.0.5 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion example/simple_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=3.0.0-0 <4.0.0"
dart: ">=3.0.5 <4.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion example/simple_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.17.5 <3.0.0"
sdk: '>=3.0.5 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: https://github.com/bamlab/adaptive_test
repository: https://github.com/bamlab/adaptive_test

environment:
sdk: ">=2.17.6 <3.0.0"
sdk: '>=3.0.5 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 97ad416

Please sign in to comment.