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

Added Firebase performance #48

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 #48 (4e5c7a3) into main (c79a323) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   39.09%   39.28%   +0.18%     
==========================================
  Files          46       46              
  Lines         665      667       +2     
==========================================
+ Hits          260      262       +2     
  Misses        405      405              
Impacted Files Coverage Δ
lib/data/remote/news_data_source_impl.dart 100.00% <ø> (ø)
lib/data/remote/app_dio.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 c79a323...4e5c7a3. Read the comment docs.