You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
}
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: