flutter_dio_queue 0.1.4
flutter_dio_queue: ^0.1.4 copied to clipboard
Provides a resilient request queue layer for Dio, persisting offline requests and retrying them to ensure reliable network operations in Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_dio_queueThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_dio_queue: ^0.1.4Alternatively, 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:flutter_dio_queue/flutter_dio_queue.dart';