async_notifier 0.4.0 copy "async_notifier: ^0.4.0" to clipboard
async_notifier: ^0.4.0 copied to clipboard

A ValueNotifier for all async states. Listen, notify, and manage loading, error and data in one place.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_notifier

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

dependencies:
  async_notifier: ^0.4.0

Alternatively, your editor might support 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_notifier/async_notifier.dart';
4
likes
160
points
143
downloads

Publisher

verified publisherbranvier.com

Weekly Downloads

A ValueNotifier for all async states. Listen, notify, and manage loading, error and data in one place.

Homepage
Repository (GitHub)
View/report issues

Topics

#async #value #notifier #state

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_notifier