Flutter project with TDD and clean arch
-
List all meal categories.
-
When clicking on a category, list all meals in that category.
-
At least 80% test coverage
-
Implement screens that respond to block errors
-
Implement bootLoader for application status init indicator
The project wab builted running on chrome (Mac)
Get the packages
flutter packages get
Run project
flutter run -d chrome
Test
flutter test
Every push will start an basic action