retry_with_connectivity 1.0.1
retry_with_connectivity: ^1.0.1 copied to clipboard
A reliable execution framework for Flutter that intelligently retries asynchronous operations with backoff strategies and circuit breakers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add retry_with_connectivityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
retry_with_connectivity: ^1.0.1Alternatively, 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:retry_with_connectivity/retry_with_connectivity.dart';