image_to_clipboard 0.0.1 copy "image_to_clipboard: ^0.0.1" to clipboard
image_to_clipboard: ^0.0.1 copied to clipboard

PlatformAndroid

ImageToClipboard is a Flutter plugin for copying images to the clipboard on Android, enabling quick and convenient image sharing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_to_clipboard

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

dependencies:
  image_to_clipboard: ^0.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_to_clipboard/image_to_clipboard.dart';
2
likes
150
pub points
39%
popularity

Publisher

unverified uploader

ImageToClipboard is a Flutter plugin for copying images to the clipboard on Android, enabling quick and convenient image sharing.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on image_to_clipboard