wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

Refactoring #40

Closed wasabeef closed 3 years ago

wasabeef commented 3 years ago

What does this change?

What is the value of this and can you measure success?

codecov-io commented 3 years ago

Codecov Report

Merging #40 (979c18e) into master (bd1d7c4) will increase coverage by 0.24%. The diff coverage is 94.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   53.36%   53.61%   +0.24%     
==========================================
  Files          33       36       +3     
  Lines         461      457       -4     
==========================================
- Hits          246      245       -1     
+ Misses        215      212       -3     
Impacted Files Coverage Δ
lib/constants.dart 66.66% <ø> (ø)
lib/data/repository/theme_repository_impl.dart 100.00% <ø> (ø)
lib/gen/assets.gen.dart 37.50% <ø> (ø)
lib/gen/fonts.gen.dart 0.00% <0.00%> (ø)
lib/ui/app_change_notifier.dart 0.00% <ø> (ø)
lib/ui/component/network_image.dart 50.00% <50.00%> (ø)
lib/app.dart 81.81% <100.00%> (-1.52%) :arrow_down:
lib/data/app_error.dart 87.50% <100.00%> (ø)
lib/data/local/app_shared_preferences.dart 100.00% <100.00%> (ø)
lib/data/local/theme_data_source_impl.dart 100.00% <100.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd1d7c4...979c18e. Read the comment docs.