superlistapp/super_native_extensions

[super_clipboard] copy multiple files in clipboard

Opened this issue · 3 comments

var uri = await reader.readValue(Formats.fileUri);
super clipboard only return one fileUri if clipboard contain multiple files.

If there are multiple files then there should be multiple items (readers) available.

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.

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.