quill_super_clipboard 0.0.1-alpha.0 copy "quill_super_clipboard: ^0.0.1-alpha.0" to clipboard
quill_super_clipboard: ^0.0.1-alpha.0 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 Dart:

 $ dart pub add quill_super_clipboard

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 dart pub get):

dependencies:
  quill_super_clipboard: ^0.0.1-alpha.0

Alternatively, your editor might support dart pub get or 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';
0
likes
0
pub points
31%
popularity

Publisher

unverified uploader

A package for integrating the package super_clipboard with flutter_quill to provide access to the system clipboard.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_quill, meta, super_clipboard

More

Packages that depend on quill_super_clipboard