Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Run the app

Marcel Garus edited this page Sep 5, 2020 · 3 revisions

How to: Run the app

Build an APK for the default flavor

After cloning the repo, move to the folder in the command line and execute ./build_apk. This will generate an APK in build\app\outputs\apk\sc\release.

Build for other flavors / other platforms

  1. Run flutter pub get (if Flutter's VS Code plugin hasn't done so already)
  2. Run flutter pub run build_runner build
  3. Run flutter pub run intl_utils:generate (or use the Flutter Intl extension in VS Code)
  4. Ensure your device is connected.
  5. The default flavor is sc. For other flavors, run the predefined launch-config or flutter run --flavor=<flavor> in your console