[super_clipboard] copy multiple files in clipboard
Opened this issue · 3 comments
Kinwailo commented
var uri = await reader.readValue(Formats.fileUri);
super clipboard only return one fileUri if clipboard contain multiple files.
knopp commented
If there are multiple files then there should be multiple items (readers) available.
Kinwailo commented
Only multiple format for the last selected file is available.
e.g. Formats.png and Formats.uri, but the clipboard data is from same file.
knopp commented
You need to be more specific with this. What operating system are you using? Provide a code snippet that can be used to reproduce this and possibly a screen recording of what you're doing.