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

Add functions to get lastModifiedDate from a file #44

Closed jdaev closed 2 years ago

jdaev commented 2 years ago

The lastModified date property is supported in the html file API. This PR adds support for fetching it.

deakjahn commented 2 years ago

Thanks.