A new Flutter project. //Upgrading flutter sdk flutter upgrade //Upgrading dart code dart migrate // Upgrading all pubspec.yaml package versions flutter pub outdated --mode=null-safety
// Download all new versions of the packages dart pub get
insalled fvm windows choco install fvm
mac brew tap leoafarias/fvm brew install fvm
install fireabse command line tool win/mac npm install -g firebase-tools
dart pub global activate flutterfire_cli flutterfire configure
flutter pub get flutter pub run flutter_launcher_icons
flutter pub run build_runner build --delete-conflicting-outputs
fvm flutter run -d chrome