Closed girish54321 closed 1 month ago
I encountered the same issue with android 10. Does anyone have a solution? 🐛
This issue is stale because it has been open for 7 days with no activity.
Setting compressionQuality
to 0 prevents the code from going to that method and prevents the crash, but is actually problematic for us and doesn't really solve the underlying issue. It happens on Android 10 as well as 11 for me. 11 is a real LG device, so it's not a simulator only issue.
final result = await _filePicker.pickFiles(
type: FileType.image,
compressionQuality: 0,
allowCompression: false,
allowMultiple: false,
);
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Thanks for This Amazing package.
Describe the bug File Picker with image works fine but in android 8 afther you pick file it crash
Platform
Platform OS version Android 8
How are you picking?
Details to reproduce the issue
pickFiles
with typetype: FileType.image,
Error Log
Screenshots and/or video Added
Flutter Version details
Additional context Works fine with android 13, App Crash happens
https://github.com/user-attachments/assets/b4759c85-0193-43e5-9619-610b30b7e9e6
in Real phone too