For more details, https://codeotr.github.io/flutter-fast-guide/start/installation/
dart pub global activate flutter_fast_cli
export PATH="$PATH":"$HOME/.pub-cache/bin"
For more details, https://firebase.google.com/docs/flutter/setup
curl -sL https://firebase.tools | bash
firebase login
dart pub global activate flutterfire_cli
dart pub global list
fast wizard
In the assets/images folder there is a placeholder image called logo.png.
Replace this image with your own but keep the name the same (“logo.png”). Then:
flutter pub run flutter_launcher_icons
Get packages
flutter pub get
Clean and pub get
rm pubspec.lock && flutter pub get
Build for Android
flutter build appbundle --dart-define-from-file=assets/config.json
If you need fastlane please check their docs, https://docs.fastlane.tools/getting-started/ios/setup/