async_toolkit 1.0.0+1 copy "async_toolkit: ^1.0.0+1" to clipboard
async_toolkit: ^1.0.0+1 copied to clipboard

A comprehensive Dart package for async programming with cancellation tokens, timeout management, retry mechanisms, parallel execution, and rate limiting (throttle/debounce).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add async_toolkit

With Flutter:

 $ flutter pub add async_toolkit

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

dependencies:
  async_toolkit: ^1.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_toolkit/async_toolkit.dart';
4
likes
160
points
29
downloads

Publisher

verified publisherlanha.space

Weekly Downloads

A comprehensive Dart package for async programming with cancellation tokens, timeout management, retry mechanisms, parallel execution, and rate limiting (throttle/debounce).

Repository (GitHub)
View/report issues

Topics

#async #cancellation #retry #throttle #parallel

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

More

Packages that depend on async_toolkit