VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team 🦄
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

fix!: increase template min Flutter SDK and Dart SDK to be compatible with mockingjay #150

Closed alestiago closed 7 months ago

alestiago commented 8 months ago

Description

The minor Flutter SDK should be bumped to be at least compatible with 3.16.0, consequently, the Dart SDK should be at least compatible with 3.2.0.

Steps To Reproduce

  1. Generate the template.
  2. Get packages using the Flutter Version 3.13.2 (compatible with Dart SDK 3.1.0)
  3. Getting dependencies fails

Expected Behavior Dependencies should be successfully retrieved when using the minor compatible SDK.

Additional Context