async_notifier 0.3.2 copy "async_notifier: ^0.3.2" to clipboard
async_notifier: ^0.3.2 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 Dart:

 $ dart pub add async_notifier

With Flutter:

 $ flutter pub add async_notifier

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

dependencies:
  async_notifier: ^0.3.2

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_notifier/async_notifier.dart';
4
likes
0
points
144
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on async_notifier