offline_sync_manager 0.0.1 copy "offline_sync_manager: ^0.0.1" to clipboard
offline_sync_manager: ^0.0.1 copied to clipboard

A Flutter plugin for offline-first data synchronization with local storage, sync queue, conflict resolution, retries, and real-time event broadcasting.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_sync_manager

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

dependencies:
  offline_sync_manager: ^0.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:offline_sync_manager/offline_sync_manager.dart';
4
likes
120
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for offline-first data synchronization with local storage, sync queue, conflict resolution, retries, and real-time event broadcasting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, hive, hive_flutter, http, uuid

More

Packages that depend on offline_sync_manager

Packages that implement offline_sync_manager