super_clipboard 0.8.12 copy "super_clipboard: ^0.8.12" to clipboard
super_clipboard: ^0.8.12 copied to clipboard

Comprehensive clipboard access package for Flutter. Supports reading and writing of rich text, images and other formats.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  super_clipboard: ^0.8.12

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:super_clipboard/super_clipboard.dart';
147
likes
140
pub points
96%
popularity

Publisher

verified publishernativeshell.dev

Comprehensive clipboard access package for Flutter. Supports reading and writing of rich text, images and other formats.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, meta, super_native_extensions

More

Packages that depend on super_clipboard