This project is a Flutter application.
To run this project you will need setup Flutter on your machine.
Here's resource to install Flutter:
You will need a physical device or an emulator of Android/iOS launched.
Open this project folder on terminal and run:
flutter run
Once with your Flutter installed.
For debug apk:
Open this project folder on terminal and run:
flutter build apk
For release apk:
Open this project folder on terminal and run:
flutter build apk --release
Once with your Flutter installed.
Open this project folder on terminal and run:
flutter test
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.