super_clipboard_preview 0.5.1 copy "super_clipboard_preview: ^0.5.1" to clipboard
super_clipboard_preview: ^0.5.1 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_preview

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

dependencies:
  super_clipboard_preview: ^0.5.1

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_preview/super_clipboard.dart';
import 'package:super_clipboard_preview/super_clipboard_internal.dart';
0
likes
125
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

MIT (license)

Dependencies

collection, flutter, meta, super_native_extensions_preview

More

Packages that depend on super_clipboard_preview