Skip to content

Run the App

Henrik Steffens edited this page Oct 17, 2021 · 6 revisions

How to run the app

The app uses different flavors. For debugging, please use the development flavor.

There is currently an issue with the apps build.gradle file. Change ../../keys/key-release.properties to ./schulplaner-debug-key.properties will solve it for you local! Please do not stage this change!

You need to create the /app/.env-file with APP_NAME=Schulplaner in it to successfully build the app.

  1. Run flutter pub get in the app directory
  2. Ensure your device (or an emulator) is connected
  3. Run the predefined launch-config flutter run --flavor=development

How To

Clone this wiki locally