VeryGoodOpenSource / very_good_templates

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

feat(very_good_wear_app)!: ensure template uses Flutter 3.22 with Dart 3.4 #104

Closed alestiago closed 5 months ago

alestiago commented 5 months ago

Description

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

Updates the very_good_wear_app 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 Flutter or Dart version are to be done in a follow-up pull requests.

Type of Change