memspace / zefyr

Soft and gentle rich text editing for Flutter applications.
https://zefyr-editor.gitbook.io
2.22k stars 550 forks source link

can ZefyrController provide a reset method, which reset to a new delta and clear old changes? #586

Open taojoe opened 2 years ago

taojoe commented 2 years ago

I currently build an editor, which may reload the content, at same time i need to add Listener to controller, so I can count special element synchronous.

So can ZefyrController provider a method with the following signature?

void reset(Delta delta);