# nuchain-app **Repository Path**: cui168/nuchain-app ## Basic Information - **Project Name**: nuchain-app - **Description**: Nuchain Mobile App - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuchain App This is Nuchain Mobile App built with Flutter, based on Polkawallet. # Run You don't `flutter run` you `run` with `flavor`: ``` $ flutter run --flavor prod lib/main.dart ``` # Generate Model 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 ``` # Build For build apk: ``` $ flutter build apk --flavor prod lib/main.dart ```