superlistapp/super_native_extensions

[super_drag_and_drop]Support multiple fileUir ?

Opened this issue · 2 comments

item.add(Formats.fileUri(Uri(path:"xxxx")));
item.add(Formats.fileUri(Uri(path:"xxxx2"))); //This file is not copied to the drag destination
This can only add one file, can it add multiple files?

For multiple fileUris you need to add multiple items in the writer, each with one URI.

For multiple fileUris you need to add multiple items in the writer, each with one URI.

In the addVirtualFile method, the third party software appears to be stuck invalid, one of the parameters is VirtualFileStorage? storageSuggestion, which may work, but this parameter doesn't seem to work?