superlistapp / super_editor

A Flutter toolkit for building document editors and readers
https://superlist.com/SuperEditor/
MIT License
1.65k stars 239 forks source link

Collaborative editing #228

Open Immortalin opened 3 years ago

Immortalin commented 3 years ago

Any plans for operational transforms/CRDTs support?

Related #213

bk-one commented 3 years ago

I would not expect that anytime soon, but we have talked about it. Preparing the core editing functionality is enough of a challenge for now. Additionally, there are ways to handle CRDTs in the persistence layer of your editor, which is your responsibility anyway. So I assume you could add this there earlier, before anything comes out of the box with super_editor.

matthew-carroll commented 1 year ago

CC @jmatth