offline_sync_queue 0.0.2 copy "offline_sync_queue: ^0.0.2" to clipboard
offline_sync_queue: ^0.0.2 copied to clipboard

The ultimate offline-first engine for Flutter. Automatically queue actions/jobs while offline and sync them when connection is restored.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_sync_queue

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

dependencies:
  offline_sync_queue: ^0.0.2

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:offline_sync_queue/offline_sync_queue.dart';
2
likes
160
points
152
downloads

Documentation

API reference

Publisher

verified publisherbalochcodes.com

Weekly Downloads

The ultimate offline-first engine for Flutter. Automatically queue actions/jobs while offline and sync them when connection is restored.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, shared_preferences

More

Packages that depend on offline_sync_queue