diff --git a/.github/workflows/very_good_flutter_plugin.yaml b/.github/workflows/very_good_flutter_plugin.yaml index 23fdf78..43d0a00 100644 --- a/.github/workflows/very_good_flutter_plugin.yaml +++ b/.github/workflows/very_good_flutter_plugin.yaml @@ -27,8 +27,9 @@ 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.13.0" + - "3.19.0" - "3.x" + platform: - android - ios @@ -50,9 +51,6 @@ jobs: run: | dart pub global activate mason_cli dart pub global activate very_good_cli - rm -rf mason.yaml - mason init - mason add very_good_flutter_plugin --path very_good_flutter_plugin mason get mason make very_good_flutter_plugin -c very_good_flutter_plugin/config.json -o output --on-conflict overwrite --platforms ${{ matrix.platform }} diff --git a/very_good_flutter_plugin/hooks/lib/version.dart b/very_good_flutter_plugin/hooks/lib/version.dart index 1bc3268..53b53ff 100644 --- a/very_good_flutter_plugin/hooks/lib/version.dart +++ b/very_good_flutter_plugin/hooks/lib/version.dart @@ -8,7 +8,7 @@ library version; const $templateVersion = '0.6.0'; /// The Flutter version associated with the template version. -const $flutterVersion = '3.13.2'; +const $flutterVersion = '3.19.0'; /// The minimum Dart version required by the template. /// @@ -18,4 +18,4 @@ const $flutterVersion = '3.13.2'; /// See also: /// /// * [Flutter SDK archive](https://docs.flutter.dev/release/archive) -const $minDartVersion = '3.0.0'; +const $minDartVersion = '3.3.0';