-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[Image Picker] picked file on web isn't being compressed #78170
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
Comments
@jeremiahlukus |
Is the minimal reproducible code sample. The I am using the plugins needed for image picker web.
|
flutter doctor -v
|
Any news on this? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
I am trying to compress a file before upload in flutter web. However the image isnt being compressed at least not when i readAsBytes this obviously is an issue when uploading images.
When getImage is called i expect the image that im getting would be reduced to whatever i compress it to.
The text was updated successfully, but these errors were encountered: