nimblehq / flutter-templates

A repository contains Flutter templates that are used by Nimble developers
MIT License
22 stars 3 forks source link

Migrate all deprecated components and tools to the latest in Flutter 3.10.x #218

Open luongvo opened 1 year ago

luongvo commented 1 year ago

Why

Upgrading Flutter and Dart SDK to the latest versions, there are some deprecated components and tools that MUST be migrated, such as using the new dart format command (has been migrated here), dart run command, etc.

All necessary changes & guides are listed here https://docs.flutter.dev/release/breaking-changes. We should visit all necessary changes until the latest Flutter 3.10.x for the migration.

Who Benefits?

Developers

luongvo commented 1 year ago

@thiennguyen0196 Could you please update this 1 more deprecated stuff?

Update using AsyncNotifier instead of deprecated StateNotifier https://github.com/nimblehq/flutter-templates/pull/244#discussion_r1274567520