Try here
inOffizielles Repo für die Mastbau FN GmBH Inspektions APP
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
create a .env file in the frontend dir containing a field API_KEY=xxx
and for signing a key.properties file in the android dir containing
storePassword=TODO
keyPassword=TODO
keyAlias=key0
storeFile=../keystore-mbg.jksflutter pub run build_runner build --delete-conflicting-outputsto run code gen (probably optional)flutter build{apk, web, ..}
to build a signed release a key.properties file must be added in the frontend/android directory that consists of
storePassword=TODO(if the keystore wasnt changed these are the same passwords as used for the vm admin)
keyPassword=TODO
keyAlias=key0
storeFile=../keystore-mbg.jks