A flutter app to demonstrate testing.
This app will load list of different 'Plant's information from local JSON file stored in assets directory and show them in a list. On clicking any list item, detail screen will be shown. This app is designed to demonstrate different types of test coverages.
- Unit Tests
- Widget Tests
- Integration Tests
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.