async_value_notifier 1.0.5 copy "async_value_notifier: ^1.0.5" to clipboard
async_value_notifier: ^1.0.5 copied to clipboard

retracted

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.5 #

  • add isEqual param to allow custom equality checks
  • allow setting isEqual, cancelable and antiDuplication 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.
0
likes
0
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#async #notifier #batching #tweak #performance

License

unknown (license)

Dependencies

flutter

More

Packages that depend on async_value_notifier