Skip to content

Scripts

Below are all the scripts included in the scripts folder of a new Flutter Fast app.

flutter pub get

Terminal window
flutter pub get

clean & get

Terminal window
rm pubspec.lock && flutter pub get

Build Android

Terminal window
flutter build appbundle --dart-define-from-file=assets/config.json

Android Internal Fastlane

Terminal window
cd android
fastlane internal

iOS Beta Fastlane

Terminal window
cd ios
fastlane beta