Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 395 Bytes

frontend setup

  • setup environment variables
# adjust the values as needed.
cp .env.example .env
  • run it
flutter run

Signing the android app

Create key.properties inside the android/ folder.

Fill in your values:

storePassword=<password-from-keystore>
keyPassword=<password-from-keystore>
keyAlias=<key-alias>
storeFile=<keystore-file-location>