retry_plus 0.1.1 copy "retry_plus: ^0.1.1" to clipboard
retry_plus: ^0.1.1 copied to clipboard

Composable retry policies for Dart with exception and result predicates, backoff, jitter, hooks, and cancellation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add retry_plus

With Flutter:

 $ flutter pub add retry_plus

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

dependencies:
  retry_plus: ^0.1.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:retry_plus/retry_plus.dart';
1
likes
130
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Composable retry policies for Dart with exception and result predicates, backoff, jitter, hooks, and cancellation.

License

BSD-3-Clause (license)

Dependencies

clock

More

Packages that depend on retry_plus