Flutter Firebase / REST API Demo
Download APK
Screenshots
Build Setup
# install dependencies
$ flutter pub get
# run debug mode
$ flutter run
# run release mode
$ flutter run --release
# build app bundle
$ flutter build appbundle
# build apk
$ flutter build apk
For detailed explanation on how things work, check out Flutter docs.