Skip to content

Reacquainting with modern Flutter & BLoC. Diving back into the Flutter ecosystem and discovering the latest approaches and best practices.

License

Notifications You must be signed in to change notification settings

atereshkov/flutter-eureka-2023

Repository files navigation

flutter-eureka-2023

Reacquainting with modern Flutter & BLoC. Diving back into the Flutter ecosystem and discovering the latest approaches and best practices.

Tests

Run tests with coverage

Run unit tests:

flutter test --coverage

Run integration tests:

flutter test test_integration

Generate coversage report

Install lcov first, e.g. using brew: brew install lcov.

genhtml coverage/lcov.info -o coverage/html

About

Reacquainting with modern Flutter & BLoC. Diving back into the Flutter ecosystem and discovering the latest approaches and best practices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published