Running the App
You can the app using your IDE or straight from the command line.
- Run in debug mode
flutter run
- Run in release mode
flutter run --release
- Build application (Android)
flutter build apk
You can the app using your IDE or straight from the command line.
flutter run
flutter run --release
flutter build apk