clipboard_detect 0.0.3 copy "clipboard_detect: ^0.0.3" to clipboard
clipboard_detect: ^0.0.3 copied to clipboard

PlatformiOS

Flutter plugin that exposes iOS clipboard pattern and value detection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clipboard_detect

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

dependencies:
  clipboard_detect: ^0.0.3

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_detect/clipboard_detect.dart';
0
likes
140
points
40
downloads

Publisher

verified publishertonycloud.org

Weekly Downloads

Flutter plugin that exposes iOS clipboard pattern and value detection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on clipboard_detect

Packages that implement clipboard_detect