meridian_sync 0.5.0 copy "meridian_sync: ^0.5.0" to clipboard
meridian_sync: ^0.5.0 copied to clipboard

Meridian sync client for Flutter — local-first, offline-first, realtime sync with CRDT conflict resolution.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add meridian_sync

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

dependencies:
  meridian_sync: ^0.5.0

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:meridian_sync/meridian_sync.dart';
0
likes
120
points
122
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Meridian sync client for Flutter — local-first, offline-first, realtime sync with CRDT conflict resolution.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, path, sqflite, uuid, web_socket_channel

More

Packages that depend on meridian_sync