superlistapp / super_native_extensions

Native drag & drop, clipboard access and context menu.
MIT License
449 stars 80 forks source link

[super_clipboard] copy multiple files in clipboard #401

Open Kinwailo opened 2 months ago

Kinwailo commented 2 months ago

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

knopp commented 2 months ago

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

Kinwailo commented 2 months ago

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 2 months ago

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.