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

Update Riverpod to 0.7.0 #30

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 #30 into master will decrease coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   58.81%   58.57%   -0.24%     
==========================================
  Files          41       41              
  Lines         522      519       -3     
==========================================
- Hits          307      304       -3     
  Misses        215      215              
Impacted Files Coverage Δ
lib/data/provider/dio_provider.dart 100.00% <100.00%> (ø)
lib/data/provider/news_data_source_provider.dart 100.00% <100.00%> (ø)
lib/data/provider/news_repository_provider.dart 100.00% <100.00%> (ø)
lib/data/provider/shared_preferences_provider.dart 100.00% <100.00%> (ø)
lib/data/provider/theme_data_source_provider.dart 100.00% <100.00%> (ø)
lib/data/provider/theme_repository_provider.dart 100.00% <100.00%> (ø)

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 82a622a...9c82524. Read the comment docs.