visual-space / visual-editor

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

Controller, Toolbar - Deprecate EditorController.basic() & EditorToolbar.basic() #90

Closed adrian-moisa closed 9 months ago

adrian-moisa commented 2 years ago

There seems to be no fundamental reason why we can't have a single constructor instead of 2 of them. The main constructor should provide all the necessary defaults. Once you removed the basic constructors please update the all .md files and demo pages. Most importantly, explain in the MIGRATION.md file what has to be done to be able to migrate from Quill to Visual Editor. Update all docs / mds to remove .basic( examples