Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable image support and listen for clipboard changes when an image is copied. #12

Open
iamkartiknayak opened this issue Feb 8, 2024 · 0 comments

Comments

@iamkartiknayak
Copy link

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 functionality would be helpful dealing with image data.

@override
void onImageCopied(){
     debugPrint('Image has been copied'); 
}
@iamkartiknayak iamkartiknayak changed the title To enable image support and listen for clipboard changes when an image is copied. Enable image support and listen for clipboard changes when an image is copied. Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant