rrousselGit / state_notifier

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

fix #54 updateShouldNotify #57

Closed maxzod closed 2 years ago

maxzod commented 2 years ago

to be able to use == or identical

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (9ca2e4c) into master (05c8ed8) will increase coverage by 3.87%. The diff coverage is 100.00%.

:exclamation: Current head 9ca2e4c differs from pull request most recent head 1f5c14f. Consider uploading reports for the commit 1f5c14f to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   93.24%   97.12%   +3.87%     
==========================================
  Files           5        2       -3     
  Lines         503      382     -121     
==========================================
- Hits          469      371      -98     
+ Misses         34       11      -23     
Impacted Files Coverage Δ
packages/state_notifier/lib/state_notifier.dart 90.00% <100.00%> (+1.88%) :arrow_up:
...kages/state_notifier/test/state_notifier_test.dart 100.00% <100.00%> (ø)
...ter_state_notifier/lib/flutter_state_notifier.dart
example/lib/main.dart
example/lib/my_state_notifier.dart
rrousselGit commented 2 years ago

LGTM thanks!

rrousselGit commented 2 years ago

Released in version 0.7.2