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.