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_flutter_plugin)!: ensure template uses Flutter 3.22 with Dart 3.4 #105

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_flutter_plugin 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 are to be done in a follow-up pull requests.

Type of Change