async_value_notifier 1.0.4 copy "async_value_notifier: ^1.0.4" to clipboard
async_value_notifier: ^1.0.4 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add async_value_notifier

With Flutter:

 $ flutter pub add async_value_notifier

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  async_value_notifier: ^1.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:async_value_notifier/async_value_notifier.dart';
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