async 2.11.0 copy "async: ^2.11.0" to clipboard
async: ^2.11.0 copied to clipboard

Utility functions and classes related to the 'dart:async' library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add async

With Flutter:

 $ flutter pub add async

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

dependencies:
  async: ^2.11.0

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/async.dart';
523
likes
130
pub points
100%
popularity

Publisher

verified publisherdart.cn

Utility functions and classes related to the 'dart:async' library.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, meta

More

Packages that depend on async