super_clipboard 0.8.24 copy "super_clipboard: ^0.8.24" to clipboard
super_clipboard: ^0.8.24 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.24

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';
209
likes
160
points
44.9k
downloads

Publisher

verified publishernativeshell.dev

Weekly Downloads

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