crdt_lf 0.3.0 copy "crdt_lf: ^0.3.0" to clipboard
crdt_lf: ^0.3.0 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.3.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:crdt_lf/crdt_lf.dart';
2
likes
150
points
190
downloads

Publisher

verified publishermattiapispisa.it

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Topics

#crdt #local-first #fugue #hlc

Documentation

API reference

License

MIT (license)

Dependencies

hlc_dart

More

Packages that depend on crdt_lf