async_value 0.0.1 copy "async_value: ^0.0.1" to clipboard
async_value: ^0.0.1 copied to clipboard

An utility for safely manipulating asynchronous data

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add async_value

With Flutter:

 $ flutter pub add async_value

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

dependencies:
  async_value: ^0.0.1

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/async_value.dart';
2
likes
100
pub points
11%
popularity

Publisher

unverified uploader

An utility for safely manipulating asynchronous data

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

freezed_annotation

More

Packages that depend on async_value