clipboard_image_picker 0.1.0 copy "clipboard_image_picker: ^0.1.0" to clipboard
clipboard_image_picker: ^0.1.0 copied to clipboard

A Flutter plugin to retrieve images from the clipboard on iOS and Android. Enables pasting images directly from clipboard into your Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clipboard_image_picker

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

dependencies:
  clipboard_image_picker: ^0.1.0

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:clipboard_image_picker/clipboard_image_picker.dart';
1
likes
150
points
157
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to retrieve images from the clipboard on iOS and Android. Enables pasting images directly from clipboard into your Flutter apps.

Homepage

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on clipboard_image_picker

Packages that implement clipboard_image_picker