flutter_offline_queue_pro 1.0.0 copy "flutter_offline_queue_pro: ^1.0.0" to clipboard
flutter_offline_queue_pro: ^1.0.0 copied to clipboard

A production-grade offline-first networking layer for Flutter. Automatically captures API calls when offline and syncs them with exponential backoff when connectivity returns. Features include request [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_offline_queue_pro

With Flutter:

 $ flutter pub add flutter_offline_queue_pro

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

dependencies:
  flutter_offline_queue_pro: ^1.0.0

Alternatively, your editor might support dart pub get or 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_pro/flutter_offline_queue_pro.dart';
3
likes
0
points
270
downloads

Publisher

verified publisherflexioninfotech.com

Weekly Downloads

A production-grade offline-first networking layer for Flutter. Automatically captures API calls when offline and syncs them with exponential backoff when connectivity returns. Features include request fingerprinting, priority queuing, and 401 token refresh handling.

Repository (GitHub)
View/report issues

Topics

#offline-first #networking #sync #queue #api

Documentation

Documentation

License

unknown (license)

Dependencies

collection, connectivity_plus, crypto, flutter, hive, hive_flutter, http, isar, isar_flutter_libs, logger, path_provider, uuid

More

Packages that depend on flutter_offline_queue_pro