quill_super_clipboard 0.0.1-alpha.2 quill_super_clipboard: ^0.0.1-alpha.2 copied to clipboard
A package for integrating the package super_clipboard with flutter_quill to provide access to the system clipboard.
🪶 Quill Super Clipboard #
A package for integrating the package super_clipboard
with flutter_quill
to provide seamless access to the system clipboard for rich text operations.
Caution
The support of this package might be discontinued in the future versions of flutter_quill.
Usage #
To start using super_clipboard
, follow the super_clipboard setup instructions.
To use the super_clipboard
implementation with this package:
import 'package:quill_super_clipboard/quill_super_clipboard.dart';
QuillSuperClipboard.use();
Note
The default clipboard implementation for
flutter_quill
is nowquill_native_bridge
. It provides full support for all system clipboard features used byflutter_quill
.