VeryGoodOpenSource / very_good_templates

Collection of open-source templates created and maintained by Very Good Ventures.
61 stars 11 forks source link

feat(very_good_flame_game)!: ensure template uses Flutter 3.22 with Dart 3.4 #102

Closed alestiago closed 4 months ago

alestiago commented 4 months ago

Description

Related to https://github.com/VeryGoodOpenSource/very_good_templates/issues/96

Updates the very_good_flame_game template so it runs and uses on Flutter 3.22 with Dart 3.4.

This change limits itself to make the project runnable. Amendments due to the new version (such as the serviceWorkerVersion warning, see #103 ) are to be done in a follow-up pull requests.

Type of Change