clipboard_file 0.1.2 copy "clipboard_file: ^0.1.2" to clipboard
clipboard_file: ^0.1.2 copied to clipboard

Read and copy files from the system clipboard on iOS and Android, including images, PDFs, Office documents, and CSV.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clipboard_file

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

dependencies:
  clipboard_file: ^0.1.2

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_file/clipboard_file.dart';
1
likes
150
points
163
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Read and copy files from the system clipboard on iOS and Android, including images, PDFs, Office documents, and CSV.

Repository (GitHub)
View/report issues

Topics

#clipboard #flutter-plugin #file #ios #android

License

MIT (license)

Dependencies

flutter

More

Packages that depend on clipboard_file

Packages that implement clipboard_file