offline_first_sync 1.1.5 copy "offline_first_sync: ^1.1.5" to clipboard
offline_first_sync: ^1.1.5 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 Flutter:

 $ flutter pub add offline_first_sync

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

dependencies:
  offline_first_sync: ^1.1.5

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_first_sync/offline_first_sync.dart';
1
likes
140
points
6
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on offline_first_sync