- Updated all direct and transitive dependencies to latest compatible versions.
- Migrated all deprecated Flutter and Dart APIs to their modern equivalents:
- Replaced all deprecated
.withOpacity()with.withValues(). - Replaced deprecated
windowusage withView.of(context). - Updated deprecated
MaterialStatePropertytoWidgetStateProperty. - Updated deprecated
canLaunch/launchtocanLaunchUrl/launchUrl. - Updated deprecated FontAwesome icons (
home→house,cog→gear).
- Replaced all deprecated
- Removed unnecessary null checks and dead code.
- Fixed all warnings and info messages from static analysis.
- Improved widget layouts to prevent RenderFlex overflows.
- Flutter version upgrade
- Deprecated components replaced with new components
- Component Props issues fixed
- Android build issues fixed