an_async_data 1.1.0 copy "an_async_data: ^1.1.0" to clipboard
an_async_data: ^1.1.0 copied to clipboard

Provides a convenient single-state management solution for loading, data, and error, along with corresponding state-conversion mechanisms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add an_async_data

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

dependencies:
  an_async_data: ^1.1.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:an_async_data/an_async_data.dart';
0
likes
160
points
186
downloads

Publisher

verified publisheraymtools.com

Weekly Downloads

Provides a convenient single-state management solution for loading, data, and error, along with corresponding state-conversion mechanisms.

Repository (GitHub)
View/report issues

Topics

#async #async-data #async-value

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on an_async_data