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

Add a sample of Firebase Authentication #45

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 #45 (53d7404) into master (e035670) will decrease coverage by 5.76%. The diff coverage is 11.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   44.86%   39.09%   -5.77%     
==========================================
  Files          38       46       +8     
  Lines         555      665     +110     
==========================================
+ Hits          249      260      +11     
- Misses        306      405      +99     
Impacted Files Coverage Δ
lib/app.dart 75.00% <0.00%> (-6.82%) :arrow_down:
lib/constants.dart 66.66% <ø> (ø)
lib/data/model/result.dart 12.00% <ø> (ø)
lib/data/provider/auth_data_source_provider.dart 0.00% <0.00%> (ø)
lib/data/provider/auth_repository_provider.dart 0.00% <0.00%> (ø)
lib/data/provider/firebase_auth_provider.dart 0.00% <0.00%> (ø)
lib/data/remote/auth_data_source_impl.dart 0.00% <0.00%> (ø)
lib/data/repository/auth_repository_impl.dart 0.00% <0.00%> (ø)
lib/ui/app_theme.dart 87.50% <ø> (ø)
lib/ui/detail/detail_page.dart 100.00% <ø> (ø)
... and 17 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 e035670...53d7404. Read the comment docs.