flutter_dropzone icon indicating copy to clipboard operation
flutter_dropzone copied to clipboard

A drag-and-drop Flutter plugin (Web). Only web and only from outside into Flutter.

Results 22 flutter_dropzone issues
Sort by recently updated
recently updated
newest added

I have a form with multiple video and image fields (in this case two video and one image). All have the DropzoneView in a Stack. The videos are in iFrames....

Hi... I have an issue with the flutter_dropzone 3.0.5 plugin... When I launch it on Chrome, it seems it is always loading, making it impossible to drop a file in...

1. Issue description When ``DropzoneView`` is inside a scrollable view that is scrollable (i.e., a list that shows content with a size larger than the device's screen), the warning in...

If I set a mime type filter to the DropzoneView and then I try to drop an excluded file type, onLeave won't be called. This is a problem because I...

After rendering more then 6 DropzoneView in a listview.builder this error is shown in the debug log. Flutter was unable to create enough overlay surfaces. This is usually caused by...

I have a chat app. Every chat builds its own dropzone widget, when I open a chat and send some files to the conversation everything works fine. However, when I...

Hi, i tested all platforms but iOS 15 is not working, I think thanks is related to https://github.com/flutter/flutter/issues/89655

help wanted

instead of using `dynamic` to represent file info, why not use the existing [cross_file](https://pub.dev/packages/cross_file) package, which has an `XFile` type that works on all platforms

I am using this library for a web page, it works fine in a debug session from vscode (chrome), but apparently not if compiled to JS and hosted on a...