clippoard_listener_plus 0.0.5 copy "clippoard_listener_plus: ^0.0.5" to clipboard
clippoard_listener_plus: ^0.0.5 copied to clipboard

A powerful Flutter plugin that provides real-time clipboard change detection for Android and iOS applications. Monitor clipboard content changes seamlessly with a simple, efficient stream-based API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clippoard_listener_plus

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

dependencies:
  clippoard_listener_plus: ^0.0.5

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:clippoard_listener_plus/clippoard_listener_plus.dart';
1
likes
135
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter plugin that provides real-time clipboard change detection for Android and iOS applications. Monitor clipboard content changes seamlessly with a simple, efficient stream-based API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on clippoard_listener_plus

Packages that implement clippoard_listener_plus