automerge / automerge-classic

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
http://automerge.org/
MIT License
14.77k stars 467 forks source link

Support for dart language #490

Closed thangmam closed 2 years ago

thangmam commented 2 years ago

Any plans on supporting dart language?

Thanks

pvh commented 2 years ago

None of us are active Dart users at the moment, but the new Automerge-RS was explicitly designed for ease of embedding. Might be a good place to look but not a turnkey solution.