You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the picker shows all files, not just images and not a photo-gallery style of UI;
the crash on selecting multiple images.
They probably have different causes, and might be fixed in different PRs at different times. One strong clue that they have different causes is that (as discussed in the chat thread) the first issue reproduces on Android 13 and Android 15 as well as Android 11, while the second issue doesn't.
So let's track the two issues separately. @Vainyala17 would you please edit this to focus on one of the two issues, and then file a separate issue for the other one?
Steps to Reproduce:
flutter run
.Expected Behavior:
Observed Behavior:
Device Info:
Flutter 3.32.0-1.0.pre.203 • channel master • https://github.com/flutter/flutter.git
Framework • revision b73450f8f2 (6 days ago) • 2025-04-23 09:59:49 -0500
Engine • revision b73450f8f2 (6 days ago) • 2025-04-23 09:59:49 -0500
Tools • Dart 3.9.0 (build 3.9.0-44.0.dev) • DevTools 2.45.0
Additional Info:
This issue does not occur on newer Android versions (like 13, 14 or 15).
Might be related to the
file_picker
plugin as described in:file_picker
toimage_picker
Video:
recooo.mp4
I'd like to help fix this!
If maintainers agree this is a valid issue, I’d be happy to work on a fix.
The text was updated successfully, but these errors were encountered: