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

Migrate to Flutter 2.0.0 and Dart 2.12. #66

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 #66 (ed6868e) into main (7ff733b) will decrease coverage by 3.78%. The diff coverage is 31.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
- Coverage   42.50%   38.71%   -3.79%     
==========================================
  Files          48       48              
  Lines         687      749      +62     
==========================================
- Hits          292      290       -2     
- Misses        395      459      +64     
Impacted Files Coverage Δ
lib/constants.dart 77.77% <ø> (ø)
lib/data/model/article.dart 100.00% <ø> (ø)
lib/data/model/article.freezed.dart 7.54% <0.00%> (-3.27%) :arrow_down:
lib/data/model/news.dart 100.00% <ø> (ø)
lib/data/model/result.dart 12.00% <0.00%> (ø)
lib/data/model/source.dart 100.00% <ø> (ø)
lib/data/model/source.freezed.dart 14.03% <0.00%> (-3.75%) :arrow_down:
lib/data/remote/auth_data_source_impl.dart 0.00% <0.00%> (ø)
lib/data/repository/auth_repository_impl.dart 0.00% <ø> (ø)
lib/gen/assets.gen.dart 50.00% <ø> (ø)
... and 24 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 7ff733b...ed6868e. Read the comment docs.