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

PlatformiOS

Get clipboard content without authorization

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_clipboard

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

dependencies:
  easy_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:easy_clipboard/safe_clipboard.dart';
import 'package:easy_clipboard/safe_clipboard_ios_view.dart';
import 'package:easy_clipboard/safe_clipboard_method_channel.dart';
import 'package:easy_clipboard/safe_clipboard_platform_interface.dart';
0
likes
140
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Get clipboard content without authorization

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on easy_clipboard