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

outdated

Provides an easy way to retry asynchronous functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cancellable_process

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

dependencies:
  cancellable_process: ^0.0.1

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:cancellable_process/cancellable_process.dart';
4
likes
0
points
9.21k
downloads

Publisher

unverified uploader

Weekly Downloads

Provides an easy way to retry asynchronous functions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, either_dart, flutter

More

Packages that depend on cancellable_process