convergent 0.4.1 copy "convergent: ^0.4.1" to clipboard
convergent: ^0.4.1 copied to clipboard

Convergent Replicated Data Types for Dart — composable building blocks for offline-first apps. Registers, sets, counters, maps that merge deterministically across replicas without a central coordinator.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add convergent

With Flutter:

 $ flutter pub add convergent

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

dependencies:
  convergent: ^0.4.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:convergent/convergent.dart';
0
likes
140
points
345
downloads

Documentation

API reference

Publisher

verified publisherdart.nogipx.dev

Weekly Downloads

Convergent Replicated Data Types for Dart — composable building blocks for offline-first apps. Registers, sets, counters, maps that merge deterministically across replicas without a central coordinator.

Repository (GitHub)
View/report issues

Topics

#crdt #replication #offline-first #distributed #sync

License

MIT (license)

More

Packages that depend on convergent