dropzone
dropzone copied to clipboard
Enhancement: createObjectUrlFromBlob
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 that a file.url will be a useful addition.