Skip to content

Commit

Permalink
Updates sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
astivi committed Jul 2, 2024
1 parent 6716286 commit c929483
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 2.10.5
flutter_version: 3.22.2
coverage_excludes: "lib/gen/*.dart"
test_optimization: false

2 changes: 1 addition & 1 deletion packages/authentication_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dependencies:
firebase_auth: ^4.20.0
Expand Down
2 changes: 1 addition & 1 deletion packages/geometry/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dependencies:
vector_math: ^2.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/leaderboard_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dependencies:
cloud_firestore: ^4.17.5
Expand Down
2 changes: 1 addition & 1 deletion packages/pinball_components/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dependencies:
bloc: ^8.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/pinball_theme/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dependencies:
equatable: ^2.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/pinball_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/platform_helper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/share_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: "^3.4.1"

dev_dependencies:
coverage: ^1.1.0
Expand Down

0 comments on commit c929483

Please sign in to comment.