map_crdt library

Classes

MapCrdt
A CRDT backed by a simple in-memory hashmap. Useful for testing, or for applications which only require small, ephemeral datasets. It is incredibly inefficient.
MapCrdtBase
A CRDT backed by a simple in-memory hashmap. Useful for testing, or for applications which only require small, ephemeral datasets. It is incredibly inefficient.
Record<V>
Stores a value associated with a given HLC

Typedefs

WatchEvent = ({bool isDeleted, String key, dynamic value})