singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.54k stars 816 forks source link

Replace or remove flutter_keyboard_visibility plugin from flutter_quill #2290

Open EchoEllet opened 2 days ago

EchoEllet commented 2 days ago

It seems that flutter_keyboard_visibility hasn't been updated for a while, having PRs on hold for one or two years that already fixed some issues:

We do want to remove more dependencies, especially heavy or outdated plugins, allowing the users to use flutter_quill as a dependency without conflicting or depending on other dependencies so they can choose the dependencies they want to have.

Removing a feature to fix a bug is not the solution will be used here, instead we will find another alternative, if not, we will write our own solution in quill_native_bridge or completely have a separate plugin for this functionality, this feature is usually only required on mobile platforms, which make it less time expensive to implement.

EchoEllet commented 2 days ago

We're currently still in the middle of #2230. Once it's done, spell spell-checking issue is addressed, and many other issues, we will start on fixing this issue.