Update packages dependencies
dart run build_runner build
dart run _flutter_launcher_icons
- If 'material_symbols_icons' package won't work, replace all Symbols.youricon => Icons.youricon and remove the package from pubspec.yaml
- You'll soon change WillPopScope by PopScope cause WillPopScope is deprecated but PopScope is actually bugged
- Keep an eye on the 'vibration' package for any update, cause he's actually using a deprecated package
- Change version number in pubspec.yaml
flutter build ipa --flavor prod --target lib/main_prod.dart
flutter build apk --flavor prod --target lib/main_prod.dart