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

Use CachedNetworkImage #23

Closed wasabeef closed 3 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 #23 into master will decrease coverage by 0.13%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   73.35%   73.21%   -0.14%     
==========================================
  Files          38       39       +1     
  Lines         394      392       -2     
==========================================
- Hits          289      287       -2     
  Misses        105      105              
Impacted Files Coverage Δ
lib/util/image.dart 50.00% <50.00%> (ø)
lib/ui/component/article_item.dart 100.00% <100.00%> (+4.34%) :arrow_up:
lib/ui/detail/datail_page.dart 88.88% <100.00%> (+5.55%) :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 bde4ea3...0d1a740. Read the comment docs.