Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore!: update min Dart SDK (#151)
Browse files Browse the repository at this point in the history
* chore: update min Dart SDK

* formatting

* remove old template project

* chore: remove TODO comment

---------

Co-authored-by: Alejandro Santiago <[email protected]>
  • Loading branch information
tomarra and alestiago authored Feb 7, 2024
1 parent 2191d9e commit 195f46d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/very_good_flame_game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion brick/__brick__/{{project_name.snakeCase()}}/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: ">=3.1.0 <4.0.0"
sdk: ">=3.2.0 <4.0.0"

dependencies:
audioplayers: ^5.2.0
Expand Down

0 comments on commit 195f46d

Please sign in to comment.