Updated Flutter Quill to 5.0.4 and fixed the dependencies and imports
as mentioned in #530, AppFlowy currently uses an old version of Flutter Quill, that has some Bugs that affect AppFlowy.
In this PR I updated Flutter Quill to ^5.0.4 and fixed the resulting import errors.
Moving forward, it might be a good Idea to stop importing those directly if possible: https://dart-lang.github.io/linter/lints/implementation_imports.html, however I was unable to implement this.
Changes/Suggestions are welcome.
Best Regards,
Johannes
@JmbFountain Thank you for contributing. I will test it ASAP
Hi @JmbFountain , thanks a lot for reminding us to upgrade Flutter_Quill. We've decided to replace Flutter_Quill with AppFlowy_Editor, an in-house rich text editor built by AppFlowy's team from the ground up. Currently, AppFlowy_Editor is under development and will be released this quarter, so we'd prefer not to update Flutter_Quill's version.
If you are interested in learning more about AppFlowy_Editor, you can track the progress here: https://github.com/orgs/AppFlowy-IO/projects/5/views/5 and keep an eye out for its release by following our Twitter or Discord channel
The appflowy_editor was interested in AppFlowy.This PR will be closed. Thank you for contributing.