flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[pasteboard][Windows] Copy image to clipboard is not working

Open annd22 opened this issue 3 years ago • 1 comments

Hi,

I currently copy the image to clipboard with Pasteboard.writeFiles([...])

In the app, I successfully get the image from clipboard with Pasteboard.image

But when I go to another chat app (Facebook Messenger,...), I cannot paste the image by control + V.

Please help me check this, Thanks!

annd22 avatar Dec 23 '22 08:12 annd22

I have the same issue, has anyone found the fix to this? Logs:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method image on channel pasteboard)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:313:7)
<asynchronous suspension>
#1      PasteboardPlatformIO.image (package:pasteboard/src/pasteboard_platform_io.dart:32:19)
<asynchronous suspension>

damywise avatar Mar 07 '23 23:03 damywise