rrousselGit / state_notifier

ValueNotifier, but outside Flutter and with some extra perks
MIT License
311 stars 28 forks source link

Migrated flutter_state_notifier to null-safety #46

Closed rrousselGit closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (70adbd4) into master (1ce9371) will increase coverage by 0.21%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   94.82%   95.04%   +0.21%     
==========================================
  Files           5        5              
  Lines         464      464              
==========================================
+ Hits          440      441       +1     
+ Misses         24       23       -1     
Impacted Files Coverage Δ
packages/state_notifier/lib/state_notifier.dart 96.42% <ø> (ø)
...ter_state_notifier/lib/flutter_state_notifier.dart 100.00% <100.00%> (ø)
example/lib/main.dart 41.93% <0.00%> (+3.22%) :arrow_up: