๐ญ Building the app
There is a Makefile
with build scripts for dev and prod environment (those are standard flutter build *
commands but with environment variables).
Eg. to build dev .apk
run make build-dev-apk
. For iOS there're *-ipa
, and for web there're *-web
scripts.