dropzone icon indicating copy to clipboard operation
dropzone copied to clipboard

Enhancement: createObjectUrlFromBlob

Open sunilguptasg opened this issue 4 years ago • 0 comments

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.

sunilguptasg avatar Apr 12 '22 05:04 sunilguptasg