An official app by Magdeburg University
Install Flutter: https://flutter.dev/docs/get-started/install
Get dependencies: flutter pub get
Generate specific files: flutter pub run build_runner build
Run: flutter run
Only important if you are allowed to submit this app.
Ignore security related files:
git update-index --skip-worktree lib/constants.dart
git update-index --skip-worktree android/app/build.gradle
Now add the signing key for android according to the config.
run flutter build appbundle
run flutter build ios
in Xcode select target Generic iOS Device
in Xcode run Product
> Archive