offline_first_sync 1.1.1 copy "offline_first_sync: ^1.1.1" to clipboard
offline_first_sync: ^1.1.1 copied to clipboard

Intelligent offline-first data management with automatic sync, conflict resolution, and visual status indicators

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add offline_first_sync

With Flutter:

 $ flutter pub add offline_first_sync

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

dependencies:
  offline_first_sync: ^1.1.1

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:offline_first_sync/offline_first_sync.dart';
1
likes
0
points
2
downloads

Publisher

verified publishersanjaysharma.info

Weekly Downloads

Intelligent offline-first data management with automatic sync, conflict resolution, and visual status indicators

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, flutter, http, path, rxdart, sqflite, uuid

More

Packages that depend on offline_first_sync