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

Refactor #37

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 #37 (72dd5ba) into master (591b6cc) will decrease coverage by 1.04%. The diff coverage is 60.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage   54.56%   53.51%   -1.05%     
==========================================
  Files          35       35              
  Lines         471      469       -2     
==========================================
- Hits          257      251       -6     
- Misses        214      218       +4     
Impacted Files Coverage Δ
lib/ui/change_notifier_with_error_handle.dart 66.66% <0.00%> (ø)
lib/ui/error_notifier.dart 25.00% <0.00%> (ø)
lib/util/error_snackbar.dart 0.00% <0.00%> (ø)
lib/ui/home/home_page.dart 71.87% <22.22%> (-7.44%) :arrow_down:
lib/app.dart 41.66% <75.00%> (ø)
lib/ui/app_theme.dart 84.37% <75.00%> (+6.59%) :arrow_up:
lib/data/app_error.dart 96.77% <94.44%> (+0.62%) :arrow_up:
lib/ui/component/article_item.dart 91.30% <100.00%> (-0.37%) :arrow_down:
lib/ui/detail/datail_page.dart 83.33% <100.00%> (+8.33%) :arrow_up:
lib/ui/home/home_view_model.dart 80.00% <100.00%> (ø)
... and 1 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 591b6cc...72dd5ba. Read the comment docs.