Skip to content

Mastbau-FN/inspector-frontend

Repository files navigation

Try here

inspector

inOffizielles Repo für die Mastbau FN GmBH Inspektions APP

Getting Started

Flutter

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.

Environment

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.jks

Build

  • flutter pub run build_runner build --delete-conflicting-outputs to run code gen (probably optional)
  • flutter build {apk, web, ..}

Sign

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors