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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quill_super_clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
quill_super_clipboard: ^0.0.1-alpha.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:quill_super_clipboard/quill_super_clipboard.dart';