copy_file_to_clipboard 1.0.0 copy "copy_file_to_clipboard: ^1.0.0" to clipboard
copy_file_to_clipboard: ^1.0.0 copied to clipboard

PlatformWindows

A Flutter plugin for copying files to the clipboard on Windows platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add copy_file_to_clipboard

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

dependencies:
  copy_file_to_clipboard: ^1.0.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:copy_file_to_clipboard/copy_file_to_clipboard.dart';
1
likes
150
points
15
downloads

Publisher

verified publisherfosky.top

Weekly Downloads

A Flutter plugin for copying files to the clipboard on Windows platform.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on copy_file_to_clipboard

Packages that implement copy_file_to_clipboard