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

Remove cache plugins (cached_network_image and dio_http_cache plugins) #62

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 #62 (03c592d) into main (dbfa509) will increase coverage by 0.96%. The diff coverage is 56.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   41.53%   42.50%   +0.96%     
==========================================
  Files          48       48              
  Lines         691      687       -4     
==========================================
+ Hits          287      292       +5     
+ Misses        404      395       -9     
Impacted Files Coverage Δ
lib/data/remote/app_dio.dart 90.00% <ø> (-2.86%) :arrow_down:
lib/ui/component/image.dart 50.00% <0.00%> (ø)
lib/ui/component/network_image.dart 50.00% <0.00%> (ø)
lib/ui/loading_state_view_model.dart 100.00% <ø> (ø)
lib/ui/signIn/sign_in_page.dart 0.00% <0.00%> (ø)
lib/data/remote/news_data_source_impl.dart 100.00% <100.00%> (ø)
lib/data/model/result.freezed.dart 11.49% <0.00%> (+1.14%) :arrow_up:
lib/data/model/article.freezed.dart 10.81% <0.00%> (+1.35%) :arrow_up:
lib/data/model/news.freezed.dart 17.02% <0.00%> (+2.12%) :arrow_up:
lib/data/model/source.freezed.dart 17.77% <0.00%> (+2.22%) :arrow_up:
... and 4 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 dbfa509...03c592d. Read the comment docs.