image_clipboard 1.1.0 copy "image_clipboard: ^1.1.0" to clipboard
image_clipboard: ^1.1.0 copied to clipboard

retracted

A Flutter plugin for copying images to the clipboard on Web, Windows, and macOS platforms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add image_clipboard

With Flutter:

 $ flutter pub add image_clipboard

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

dependencies:
  image_clipboard: ^1.1.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:image_clipboard/image_clipboard.dart';
10
likes
0
points
1
downloads

Publisher

verified publishertrtc.io

Weekly Downloads

A Flutter plugin for copying images to the clipboard on Web, Windows, and macOS platforms.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, pasteboard, plugin_platform_interface, universal_html

More

Packages that depend on image_clipboard