crdt_grpc_sync 1.0.1 copy "crdt_grpc_sync: ^1.0.1" to clipboard
crdt_grpc_sync: ^1.0.1 copied to clipboard

A gRPC network sync layer for crdt, mirrors & inspired by crdt_sync, to get full P2P, local-first sync in any Dart app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add crdt_grpc_sync

With Flutter:

 $ flutter pub add crdt_grpc_sync

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

dependencies:
  crdt_grpc_sync: ^1.0.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:crdt_grpc_sync/crdt_grpc_sync.dart';
1
likes
150
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A gRPC network sync layer for crdt, mirrors & inspired by crdt_sync, to get full P2P, local-first sync in any Dart app.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

crdt, grpc, protobuf, uuid

More

Packages that depend on crdt_grpc_sync