state_notifier 0.6.0
state_notifier: ^0.6.0 copied to clipboard
ValueNotifier, but outside Flutter and with some extra perks
0.6.0 28/07/2020 #
Added StateNotifier.stream, to listen to a StateNotifier using the Stream API.
0.5.0 4/06/2020 #
If no onError is specified, errors are now reported to the current Zone.
0.4.0 13/03/2020 #
Added a flag on addListener to disable the first immediate call of the listener
thanks to @smiLLe
0.3.0 08/03/2020 #
Add an initState life-cycle to be able to init the StateNotifier using read.
0.1.0+1 06/03/2020 #
Add example
0.1.0 06/03/2020 #
Initial release.