brianegan / flutter_redux

A library that connects Widgets to a Redux Store
MIT License
1.65k stars 219 forks source link

Allow nullable ViewModel in all cases #210

Closed PiN73 closed 3 years ago

PiN73 commented 3 years ago

In addition to #209 / dea33f3

codecov[bot] commented 3 years ago

Codecov Report

Merging #210 (a2ae230) into master (dea33f3) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #210      +/-   ##
==========================================
+ Coverage   98.18%   98.19%   +0.01%     
==========================================
  Files           1        1              
  Lines         110      111       +1     
==========================================
+ Hits          108      109       +1     
  Misses          2        2              
Impacted Files Coverage Δ
lib/flutter_redux.dart 98.19% <100.00%> (+0.01%) :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 dea33f3...a2ae230. Read the comment docs.

brianegan commented 3 years ago

Thanks!