This is Nuchain Mobile App built with Flutter, based on Polkawallet.
You don't flutter run
you run
with flavor
:
$ flutter run --flavor prod lib/main.dart
Models written in flutter autogenerated by using json serialization library, to regenerate the code please type:
$ ./etc/script/gen_code.sh
For delete existing conflicting output:
$ ./etc/script/gen_code.sh --delete-conflicting-outputs
For build apk:
$ flutter build apk --flavor prod lib/main.dart