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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_clipboard

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

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

Publisher

verified publishertrtc.io

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, pasteboard, plugin_platform_interface, universal_html

More

Packages that depend on image_clipboard