We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can see a similar bug here flutter/flutter#41459 The solution is to put the result files in the application cache instead of external storage I've pushed a quick fix here https://github.com/p-shapovalov/hl_image_picker/tree/android-10-quick-fix, I take it from https://github.com/flutter/packages/blob/main/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/FileUtils.java But for now I don't have time to implement it correctly, so I just replace image compressing with moving it into app cache
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You can see a similar bug here flutter/flutter#41459
The solution is to put the result files in the application cache instead of external storage
I've pushed a quick fix here https://github.com/p-shapovalov/hl_image_picker/tree/android-10-quick-fix, I take it from https://github.com/flutter/packages/blob/main/packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/FileUtils.java
But for now I don't have time to implement it correctly, so I just replace image compressing with moving it into app cache
The text was updated successfully, but these errors were encountered: