Skip to content

Commit

Permalink
Update SDK constraints and flutter_lints versions (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Oct 17, 2024
1 parent 9aba0a2 commit 0e6ce7d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions samples/ads/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none'
version: 0.0.1+1

environment:
sdk: ^3.2.0
sdk: ^3.5.0

dependencies:
flutter:
Expand All @@ -21,7 +21,7 @@ dependencies:
shared_preferences: ^2.2.3

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
Expand Down
4 changes: 2 additions & 2 deletions samples/crossword/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: '>=3.4.0-0 <4.0.0'
sdk: ^3.5.0

dependencies:
built_collection: ^5.1.1
Expand All @@ -21,7 +21,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_lints: ^5.0.0
build_runner: ^2.4.9
built_value_generator: ^8.9.2
custom_lint: ^0.6.4
Expand Down
4 changes: 2 additions & 2 deletions samples/multiplayer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none'
version: 0.0.1+1

environment:
sdk: ^3.2.0
sdk: ^3.5.0

dependencies:
flutter:
Expand All @@ -23,7 +23,7 @@ dependencies:
shared_preferences: ^2.2.3

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
Expand Down
2 changes: 1 addition & 1 deletion templates/basic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none'
version: 0.0.1+1

environment:
sdk: ^3.2.0
sdk: ^3.5.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions templates/card/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none'
version: 0.0.1+1

environment:
sdk: ^3.2.0
sdk: ^3.5.0

dependencies:
flutter:
Expand All @@ -21,7 +21,7 @@ dependencies:
shared_preferences: ^2.2.3

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
Expand Down
4 changes: 2 additions & 2 deletions templates/endless_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.3.0
sdk: ^3.5.0

dependencies:
flame: ^1.18.0
Expand All @@ -25,7 +25,7 @@ dependencies:

dev_dependencies:
flame_test: ^1.16.2
flutter_lints: ^4.0.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
Expand Down

0 comments on commit 0e6ce7d

Please sign in to comment.