crdt_lf 0.7.1 copy "crdt_lf: ^0.7.1" to clipboard
crdt_lf: ^0.7.1 copied to clipboard

Conflict-free replicated data type (CRDT) - Local-first implementation provided in dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add crdt_lf

With Flutter:

 $ flutter pub add crdt_lf

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

dependencies:
  crdt_lf: ^0.7.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_lf/crdt_lf.dart';
3
likes
160
points
252
downloads

Publisher

verified publishermattiapispisa.it

Weekly Downloads

Conflict-free replicated data type (CRDT) - Local-first implementation provided in dart

Homepage
Repository (GitHub)

Topics

#crdt #local-first #fugue #hlc

Documentation

API reference

License

MIT (license)

Dependencies

crypto, hlc_dart

More

Packages that depend on crdt_lf