atereshkov / flutter-eureka-2023

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:HTML 68.9%Language:C++ 7.9%Language:Dart 7.8%Language:CSS 7.5%Language:CMake 6.0%Language:Ruby 1.0%Language:Swift 0.5%Language:C 0.3%Language:Kotlin 0.0%Language:Objective-C 0.0%