deakjahn / flutter_dropzone

A drag-and-drop Flutter plugin (Web). Only web and only from outside into Flutter.
https://pub.dev/packages/flutter_dropzone
85 stars 36 forks source link

fix `pickFiles` not working on web #88

Closed skreborn closed 1 month ago

skreborn commented 1 month ago

The picker was simply missing a type of file. The added function parameters aren't used, but Dart gets upset when trying to use them as callbacks if they don't have it.

Tested in Firefox and Chrome.

Closes #84.

deakjahn commented 1 month ago

Nice catch, thank you.

smartcaeser commented 1 week ago

its not working on flutter web im using chrome - windows

hlarchi commented 1 hour ago

its not working on using chrome on both Windows and MacOS