retry_bot 1.0.1 retry_bot: ^1.0.1 copied to clipboard
Dio interceptor Retry which makes retrying API Call When getting a timeout.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add retry_bot
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
retry_bot: ^1.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:retry_bot/retry_bot.dart';