How can I add an image from a path to the clipboard on Windows platform using Flutter?
I have tried using the “pasteboard”, “image_clipboard”, and “super_clipboard” plugins, but none of them implement this functionality. Maybe I'm using it the wrong way.
I want to achieve a behavior similar to right-clicking on an image in Windows Explorer and selecting "Copy," where the image can be stored on the clipboard and pasted anywhere.