crdt_sync 1.0.9 copy "crdt_sync: ^1.0.9" to clipboard
crdt_sync: ^1.0.9 copied to clipboard

A dart-native turnkey solution for painless network synchronization

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add crdt_sync

With Flutter:

 $ flutter pub add crdt_sync

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

dependencies:
  crdt_sync: ^1.0.9

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_sync/crdt_sync.dart';
2
likes
140
pub points
70%
popularity

Publisher

verified publishercachapa.net

A dart-native turnkey solution for painless network synchronization

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crdt, web_socket_channel

More

Packages that depend on crdt_sync