SuperClipboard feature need to be disable in flutter_quill_extensions
Is there an existing issue for this?
- [X] I have searched the existing issues
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]
@jezell @richardmarshall @vishna @singerdmx any update on this
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