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

Fixed Firebase Auth in incompatible with latest flutter_localizations beta channel #55

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 #55 (b068ea4) into main (0f737c9) will increase coverage by 1.59%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
+ Coverage   41.53%   43.12%   +1.59%     
==========================================
  Files          48       48              
  Lines         691      691              
==========================================
+ Hits          287      298      +11     
+ Misses        404      393      -11     
Impacted Files Coverage Δ
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:
lib/data/app_error.dart 85.29% <0.00%> (+2.94%) :arrow_up:
lib/constants.dart 77.77% <0.00%> (+11.11%) :arrow_up:
lib/ui/component/loading.dart 100.00% <0.00%> (+20.00%) :arrow_up:
lib/gen/assets.gen.dart 50.00% <0.00%> (+25.00%) :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 3b8dda4...2db1dc6. Read the comment docs.