clipboard_file 0.1.2
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_fileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
clipboard_file: ^0.1.2Alternatively, 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';