flutter_offline_queue 1.0.4 copy "flutter_offline_queue: ^1.0.4" to clipboard
flutter_offline_queue: ^1.0.4 copied to clipboard

flutter_offline_queue is a Flutter/Dart package to queue API requests offline and retry when online.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_offline_queue

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

dependencies:
  flutter_offline_queue: ^1.0.4

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:flutter_offline_queue/flutter_offline_queue.dart';
3
likes
140
points
57
downloads

Publisher

verified publisherbummycakes.com

Weekly Downloads

flutter_offline_queue is a Flutter/Dart package to queue API requests offline and retry when online.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, http, path, sqflite

More

Packages that depend on flutter_offline_queue