A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
flutter run --target lib/main-dev.dart -d all --flavor dev
flutter run --target lib/main-qa.dart -d all --flavor qa
flutter run --target lib/main-prod.dart -d all --flavor prod
flutter run --target lib/main-dev.dart -d chrome --flavor dev
flutter run --target lib/main-prod.dart -d chrome --flavor prod
flutter build ios --target lib/main-prod.dart --flavor prod
flutter build appbundle --release --target lib\main-prod.dart --flavor prod flutter build apk --release --target lib\main-prod.dart --flavor prod
flutter build web --target lib/main_dev.dart
flutter pub run build_runner build --delete-conflicting-outputs flutter pub run build_runner watch --delete-conflicting-outputs
flutter pub run flutter_launcher_icons:main
#Firebase App Distribution
*Following this tutorial https://blog.codemagic.io/deploying-flutter-app-to-firebase-app-distribution-using-fastlane/
-
run the following in the ios project folder bundle exec fastlane ios ios_beta_app
-
run the following in the android project folder bundle exec fastlane android android_beta_app