clipboard_watcher 0.3.0 copy "clipboard_watcher: ^0.3.0" to clipboard
clipboard_watcher: ^0.3.0 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.3.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:clipboard_watcher/clipboard_watcher.dart';
33
likes
150
points
2.23k
downloads

Publisher

verified publisherleanflutter.dev

Weekly Downloads

This plugin allows Flutter apps to watch clipboard changes.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on clipboard_watcher