samuelezedi / flutter_clipboard

A plugin that helps you copy to clipboard and paste from clipboard.
Other
36 stars 7 forks source link

Doesn't work read image from clipboard on MacOS #15

Open Shubham-VE opened 9 months ago

Shubham-VE commented 9 months ago

I copied a picture and tried to retrieve it using final clipboardData = await FlutterClipboard.paste(); but I got this error FormatException: Invalid character (at character 18) Empty_placeholder.png. Only the name of this photo appears.

Similar to this issue with pasteboard