Example application with counter, locale & corresponding tests
Generate localizations
flutter gen-l10n
flutter test
flutter test --coverage && genhtml coverage/lcov.info -o coverage/html
Open coverage report with
open coverage/html/index.html
Example application with counter, locale & corresponding tests
Generate localizations
flutter gen-l10n
flutter test
flutter test --coverage && genhtml coverage/lcov.info -o coverage/html
Open coverage report with
open coverage/html/index.html