am1tr0r

Results 15 comments of am1tr0r

but this myBlob will be an object of Blob, how we Get a path from it to pass in ImageCropper. because Blob object does't returns path it has only type...

Thanks finally I got the path(blob url path : blob:http://localhost:60379/7ce38fe2-465c-4222-b64c-cee13e2c8608). but still I have white screen , I am not sure why. Is there a way to get the simple...

[here](https://github.com/hnvn/flutter_image_cropper/issues/335#issuecomment-1123933569) we need to put the **await file.readAsBytes()** in an array , then it works. like this : html.Blob blob = html.Blob([await logo.readAsBytes()]);

Is there a way to get the simple File from this type of path (blob url path : blob:http://localhost:60379/7ce38fe2-465c-4222-b64c-cee13e2c8608), this is the File that I want to upload to firebase,...

> Here's a workaround you can use for now (and maybe this will help lead you to the root cause @terrier989): > > Explicitly define the data type for your...