clipboard_watcher 0.2.1 copy "clipboard_watcher: ^0.2.1" to clipboard
clipboard_watcher: ^0.2.1 copied to clipboard

This plugin allows Flutter apps to watch clipboard changes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clipboard_watcher

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

dependencies:
  clipboard_watcher: ^0.2.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:clipboard_watcher/clipboard_watcher.dart';
26
likes
120
pub points
87%
popularity

Publisher

verified publisherleanflutter.dev

This plugin allows Flutter apps to watch clipboard changes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on clipboard_watcher