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

chore: update codes #88

Closed wasabeef closed 2 years ago

wasabeef commented 2 years ago

What does this change?

codecov-commenter commented 2 years ago

Codecov Report

Merging #88 (9a462d6) into main (4126aa5) will increase coverage by 19.11%. The diff coverage is 74.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #88       +/-   ##
===========================================
+ Coverage   34.10%   53.22%   +19.11%     
===========================================
  Files          46       41        -5     
  Lines         950      543      -407     
===========================================
- Hits          324      289       -35     
+ Misses        626      254      -372     
Impacted Files Coverage Δ
lib/gen/assets.gen.dart 68.42% <ø> (ø)
lib/gen/fonts.gen.dart 0.00% <ø> (ø)
lib/ui/news/news_page.dart 81.81% <ø> (ø)
lib/ui/signIn/sign_in_page.dart 0.00% <ø> (ø)
lib/ui/route/app_route.gr.dart 52.77% <60.00%> (+6.83%) :arrow_up:
lib/data/model/source.g.dart 50.00% <75.00%> (-7.15%) :arrow_down:
lib/data/model/news.g.dart 60.00% <85.71%> (-3.64%) :arrow_down:
lib/data/model/article.g.dart 52.38% <91.66%> (-2.17%) :arrow_down:
lib/data/remote/news_data_source.g.dart 94.44% <100.00%> (+0.32%) :arrow_up:
lib/data/model/result.freezed.dart
... 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 4126aa5...9a462d6. Read the comment docs.