Reacquainting with modern Flutter & BLoC. Diving back into the Flutter ecosystem and discovering the latest approaches and best practices.
Run unit tests:
flutter test --coverage
Run integration tests:
flutter test test_integration
Install lcov first, e.g. using brew: brew install lcov
.
genhtml coverage/lcov.info -o coverage/html