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: handle deprecated lastModifiedDate #47

Closed jdaev closed 2 years ago

jdaev commented 2 years ago

Handles cases when the browser doesn't support file.lastModifiedDate and uses file.lastModified instead

deakjahn commented 2 years ago

What will they think of next?