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 how to useMemoized. #27

Closed wasabeef closed 4 years ago

wasabeef commented 4 years ago

What does this change?

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

Screenshots (Optional)

codecov-commenter commented 4 years ago

Codecov Report

Merging #27 into master will increase coverage by 0.63%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   73.35%   73.98%   +0.63%     
==========================================
  Files          38       38              
  Lines         394      396       +2     
==========================================
+ Hits          289      293       +4     
+ Misses        105      103       -2     
Impacted Files Coverage Δ
lib/ui/home/home_page.dart 86.95% <87.50%> (+0.59%) :arrow_up:
lib/data/remote/news_data_source_impl.dart 100.00% <100.00%> (ø)
lib/ui/home/home_view_model.dart 92.30% <100.00%> (ø)
lib/data/model/news.dart 41.66% <0.00%> (+16.66%) :arrow_up:

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 e777843...507012f. Read the comment docs.