cancelable_retry 0.1.0+1 copy "cancelable_retry: ^0.1.0+1" to clipboard
cancelable_retry: ^0.1.0+1 copied to clipboard

Utility for wrapping an asynchronous function in automatic retry logic with ability to cancel it.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cancelable_retry

With Flutter:

 $ flutter pub add cancelable_retry

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

dependencies:
  cancelable_retry: ^0.1.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:cancelable_retry/cancelable_retry.dart';
3
likes
140
pub points
54%
popularity

Publisher

verified publisherinnim.ru

Utility for wrapping an asynchronous function in automatic retry logic with ability to cancel it.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async

More

Packages that depend on cancelable_retry