Skip to content

Commit

Permalink
chore: update to Flutter 3.24 and Dart 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Aug 14, 2024
1 parent 8579886 commit 81ca39a
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.22.0"
- "3.24.0"
- "3.x"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dart-version:
# The minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.4.0"
- "3.5.0"
- "stable"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dart-version:
# The minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.4.0"
- "3.5.0"
- "stable"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flame_game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.22.0"
- "3.24.0"
- "3.x"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.22.0"
- "3.24.0"
- "3.x"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flutter_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.22.0"
- "3.24.0"
- "3.x"

platform:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/very_good_wear_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.22.0"
- "3.24.0"
- "3.x"

steps:
Expand Down
2 changes: 1 addition & 1 deletion tool/dependency_tightener/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dependencies:
args: ^2.5.0
Expand Down
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: ^3.4.0
sdk: ^3.5.0

dependencies:
bloc: ^8.1.4
Expand Down
2 changes: 1 addition & 1 deletion very_good_core/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_core_hooks

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dependencies:
equatable: ^2.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dependencies:
args: ^2.5.0
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_cli/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_dart_cli_hooks

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dependencies:
mason: ">=0.1.0-dev.52 <0.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dev_dependencies:
mocktail: ^1.0.4
Expand Down
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: ^3.4.0
sdk: ^3.5.0

dependencies:
audioplayers: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion very_good_flame_game/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_flame_game_hooks

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dependencies:
equatable: ^2.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0+1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ^3.4.0
flutter: ^3.22.0
sdk: ^3.5.0
flutter: ^3.24.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions very_good_flutter_plugin/hooks/lib/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ library;
const $templateVersion = '0.8.2';

/// The Flutter version associated with the template version.
const $flutterVersion = '3.22.0';
const $flutterVersion = '3.24.0';

/// The minimum Dart version required by the template.
///
Expand All @@ -18,4 +18,4 @@ const $flutterVersion = '3.22.0';
/// See also:
///
/// * [Flutter SDK archive](https://docs.flutter.dev/release/archive)
const $minDartVersion = '3.4.0';
const $minDartVersion = '3.5.0';
2 changes: 1 addition & 1 deletion very_good_flutter_plugin/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_flutter_plugin_hooks

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dependencies:
mason: ^0.1.0-dev.52
Expand Down
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: ^3.4.0
sdk: ^3.5.0

dependencies:
bloc: ^8.1.4
Expand Down
2 changes: 1 addition & 1 deletion very_good_wear_app/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_wear_app_hooks

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dependencies:
mason: ^0.1.0-dev.52
Expand Down

0 comments on commit 81ca39a

Please sign in to comment.