An online shop for KIZITA TABICCA. It allows users to browse through the catelogue and purchase items and checkout from a cart.
To run tests, type 'flutter test' in Android Studio terminal.
As at the time of writing this, android studio has no plugin for running test coverage hence Atom IDE is recommended.
Step 1: Run flutter test --coverage in the andorid studio terminal.
Sterp 2: Load project into Atom IDE and use shortcut CTRL + ALT + C to run test coverage.
Android Studio
Atom IDE
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.