async_value_notifier 1.0.6
async_value_notifier: ^1.0.6 copied to clipboard
An asynchronous variant of ValueNotifier that coalesces multiple value assignments within the same event‑loop turn into a single notification dispatched in a later microtask.
1.0.6 #
- update README.md
1.0.5 #
- add
isEqual
param to allow custom equality checks - allow setting
isEqual
,cancelable
andantiDuplication
after creation
1.0.4 #
- breaking change: rename undoable to cancelable
1.0.3 #
- support ValueListenableBuilder
1.0.2 #
- fix broken link in README.md
1.0.1 #
- update description.
1.0.0 #
- first release.