-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormatException #30
Comments
Same problem here.
|
the same , any solution ? |
Same here problem for me too. |
Same here. Any alternative to convert Uint8List to File on web? |
solved by this package if you want to convert File to Uint8list https://pub.dev/packages/image_picker |
The issue is to convert Uint8List to web representation of File |
@aquilarafa haha, i'm confused, my bad, i think you guy should check source code this package maybe it can help https://pub.dev/packages/file_saver |
can i ask what are you guy doing ? why convert Uint8list to file ? |
I'm using a package that expects a File (on web using universal_io package) but I only have the image Uint8list. |
@aquilarafa which package ? |
Sendbird flutter sdk |
@aquilarafa what's the end of your goal ? |
Facing same issue |
Same here |
I have a
Uint8List
i want to create afile
path . But i'm gettingError: FormatException: Invalid UTF-8 byte (at offset 0)
Can someone tell me how to resolve this ?
The text was updated successfully, but these errors were encountered: