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

CRDT-based offline-first sync engine with deterministic merge and multi-device safety.

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: ^1.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';
6
likes
130
points
398
downloads

Publisher

unverified uploader

Weekly Downloads

CRDT-based offline-first sync engine with deterministic merge and multi-device safety.

Documentation

API reference

License

unknown (license)

Dependencies

meta

More

Packages that depend on offline_sync_engine