Skip to content

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

@kodebarista

Description

@kodebarista

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'); 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions