Skip to content
Snippets Groups Projects

Mobile app initial implementation.

Merged Igor Markin requested to merge 3-android-mobile-app-web-view into master
+ 4
3
#Vereign mobile application.
# Vereign mobile application.
## Application flavors
- Debug with `development` flavor `flutter run --flavor development -t lib/main-dev.dart`
- Debug with `production` flavor `flutter run --flavor production -t lib/main.dart`
### Build application in debug mode
- With development flavor `flutter run --flavor development -t lib/main-dev.dart`
- With production flavor `flutter run --flavor production -t lib/main.dart`
## Flutter Getting Started
Loading