dropzone icon indicating copy to clipboard operation
dropzone copied to clipboard

A simple way to bring drag’n’drop to flutter web

Results 9 dropzone issues
Sort by recently updated
recently updated
newest added

In this package are support multiple image to drop and preview show only the last image how to saw first image?

I have an iFrame component and I wish to use DropZone - the onDrag and onDrop are not triggered. Don't know if this is an enhancement, bug or an issue...

The last method is not available, and has to be added explicitly. final name = file.name; final mime = file.type; final length = file.size; final url = Url.createObjectUrlFromBlob(file); I believe...

Hi, I would like to display a list with all files that will be uploaded. If I drop them on the drop zone this can be easily done using the...

When using a `DropZone` widget in a Flutter web app and using **hot restart**, the drop zone will stop working. I investigated this and found out that the old listener...

This exposes the cursor position when the files are dropped. This can be useful for any use-case where the dropped file needs to be shown at the dropped position.

It would be nice if this worked for Windows/Linux/Desktop

enhancement
help wanted

Hi Derrick, I really interested with your package. But I can not use or something went wrong onDrop: (List files) { always return error message "The getter 'uri' was called...