clipboard_watcher icon indicating copy to clipboard operation
clipboard_watcher copied to clipboard

This plugin allows Flutter apps to watch clipboard changes.

Results 4 clipboard_watcher issues
Sort by recently updated
recently updated
newest added

`PlatformException (PlatformException(Clipboard error, Unable to open clipboard, 5, null))` I'm getting this error on Windows 11 Home running the example app. It sometimes throws the error on the first copy,...

Enhance clipboard support by enabling the detection of clipboard changes when an image is copied to the clipboard. Currently, the existing clipboard supports text-based operations. A method extending the current...

onClipboardChanged: `Unhandled Exception: PlatformException(Clipboard error, Unable to open clipboard, 5, null)` but the clipboard does print? what is this error for? ```Dart @override void onClipboardChanged() async { ClipboardData? newClipboardData =...

这个库解决了原生库的监听问题,如果作者可以实现图片和文件,那就更棒了