offline_sync_engine 4.0.0 copy "offline_sync_engine: ^4.0.0" to clipboard
offline_sync_engine: ^4.0.0 copied to clipboard

Offline-first CRDT-based sync engine with automatic conflict resolution. Seamlessly sync data across multiple devices with built-in implementations for quick start.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add offline_sync_engine

With Flutter:

 $ flutter pub add offline_sync_engine

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

dependencies:
  offline_sync_engine: ^4.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:offline_sync_engine/offline_sync_engine.dart';
1
likes
160
points
298
downloads

Publisher

unverified uploader

Weekly Downloads

Offline-first CRDT-based sync engine with automatic conflict resolution. Seamlessly sync data across multiple devices with built-in implementations for quick start.

Repository (GitHub)
View/report issues

Topics

#offline #sync #crdt #database #multi-device

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on offline_sync_engine