visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

Sys - Migration guide from Flutter Quill to Visual Editor #60

Closed adrian-moisa closed 2 years ago

adrian-moisa commented 2 years ago

Visual Editor is a fork of Flutter Quill. The main reason we separated from Quill was the opaque architecture. We needed an easy to maintain code base, however the architecture of Quill made it really hard to follow the code flow and adding improvements was difficult at best. Therefore we decided to completely refactor the general architecture of Quill and reorganise it into modules, services, states and models. Due to these changes if you desire to migrate from Flutter Quill to Visual Editor.

adrian-moisa commented 2 years ago

Migration instructions can be found here . Let me know if anything is unclear. Cheers!