From 195f46d5d728a307889cd33c7c614e4a85c3c85c Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Wed, 7 Feb 2024 08:07:06 -0600 Subject: [PATCH] chore!: update min Dart SDK (#151) * chore: update min Dart SDK * formatting * remove old template project * chore: remove TODO comment --------- Co-authored-by: Alejandro Santiago --- .github/workflows/very_good_flame_game.yaml | 2 -- brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/very_good_flame_game.yaml b/.github/workflows/very_good_flame_game.yaml index 5579074..5d89667 100644 --- a/.github/workflows/very_good_flame_game.yaml +++ b/.github/workflows/very_good_flame_game.yaml @@ -31,8 +31,6 @@ 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. - # FIXME(alestiago): Current minimum is 3.13.2 but can't be used, see: - # https://github.com/VeryGoodOpenSource/very_good_flame_game/issues/150 - "3.16.0" - "3.x" diff --git a/brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml b/brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml index af120fb..1dbf0d7 100644 --- a/brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml +++ b/brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 publish_to: none environment: - sdk: ">=3.1.0 <4.0.0" + sdk: ">=3.2.0 <4.0.0" dependencies: audioplayers: ^5.2.0