retry_with_connectivity 1.0.0
retry_with_connectivity: ^1.0.0 copied to clipboard
A production-grade, reliable execution framework for Flutter that intelligently retries asynchronous operations with backoff strategies, connectivity awareness, 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.0Alternatively, 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';