singerdmx / flutter-quill

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

The option to disable the Rich clipboard feature or customize the clipboard behavior #2320

Closed EchoEllet closed 1 week ago

EchoEllet commented 1 month ago

With the rich clipboard feature implemented in the project, we don't have a clean way to provide so users can customize the behavior or disable some of the features, and change how they work.

See related comment.

A robust way to override the behavior of all clipboard operations without changing much or having to fork the project.