Skip to content

sbothma/state_crdt_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A state CRDT implementation library for Dart.

Usage

A simple usage example:

import 'package:state_crdt/state_crdt.dart';

main() {
  var crdt = new StateCRDT();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

State CRDT implementation in Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages