This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Run the app
Marcel Garus edited this page Sep 5, 2020
·
3 revisions
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
.
- Run
flutter pub get
(if Flutter's VS Code plugin hasn't done so already) - Run
flutter pub run build_runner build
- Run
flutter pub run intl_utils:generate
(or use the Flutter Intl extension in VS Code) - Ensure your device is connected.
- The default flavor is
sc
. For other flavors, run the predefined launch-config orflutter run --flavor=<flavor>
in your console
Need help? Feel free to contact Jonas Wanke, a former member of the Flutter team at the HPI Schul-Cloud :)