singerdmx / flutter-quill

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

SuperClipboard feature need to be disable in flutter_quill_extensions #2129

Closed rashmi-key closed 2 days ago

rashmi-key commented 3 weeks ago

Is there an existing issue for this?

Flutter Quill version

flutter_quill_extensions: 10.1.10

Steps to reproduce

SuperClipboard feature need to be disable in flutter_quill_extensions

Expected results

In flutter_quill_extensions can we disable the superclipboard feature in flutter

Actual results

In flutter_quill_extensions can we disable the superclipboard feature in flutter

Code sample

Code sample ```dart [Paste your code here] ```

Additional Context

Screenshots / Video demonstration [Upload media here]
Logs ```console [Paste your logs here] ```
rashmi-key commented 3 weeks ago

@jezell @richardmarshall @vishna @singerdmx any update on this

EchoEllet commented 2 days ago

It's already disabled by default, do you mean excluding super_clipboard dependency from flutter_quill_extensions?

Related issues:

We initially wanted to move super_clipboard plugin implementation into its own package flutter_quill_super_clipboard (or quill_super_clipboard) to use it instead, which allows the users of flutter_quill to use super_clipboard without flutter_quill and to also usingflutter_quill_extensions without super_clipboard as a dependency.

I'm interested into knowing more about you meant. Closing this issue to follow up in #1914