flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

SuperClipboard feature need to be disable in flutter_quill_extensions

Open rashmi-key opened this issue 1 year ago • 1 comments

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
[Paste your code here]

Additional Context

Screenshots / Video demonstration

[Upload media here]

Logs
[Paste your logs here]

rashmi-key avatar Aug 20 '24 15:08 rashmi-key

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

rashmi-key avatar Aug 22 '24 06:08 rashmi-key

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

Related issues:

  • https://github.com/singerdmx/flutter-quill/pull/1914
  • https://github.com/singerdmx/flutter-quill/issues/1991#issuecomment-2217253131

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

EchoEllet avatar Sep 10 '24 16:09 EchoEllet