The current project is configured to use a legacy versions of Flutter, and shall be upgrade to Flutter 3.41.0 and its corresponding Dart version.
- Identify the Flutter and Dart version may be used in the project.
- Identify the changes required by Flutter to upgrade from that version to 3.41.0, taking special at breaking changes => apply all the required fixes
- Analyse the packages used in the project, and one by one analyse if they can be upgraded to the latest version, identifying breaking changes (and migration strategies) and cross-dependencies which may be blocking => upgrade packages and apply fixes
The current project is configured to use a legacy versions of Flutter, and shall be upgrade to Flutter 3.41.0 and its corresponding Dart version.