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
[image_picker] Add the ability to pick multiple videos (#9775)
Adds `pickMultiVideo`, to allow picking multiple videos. This fills the gap in our current support matrix, which allows single or multiple images, single or multiple image-or-video, but only single video-only.
Other changes:
- While updating the example apps to have a new button for manual testing, I did some cleanup (capitalization fixes, inconsistent use of icons, button order), and also reduced drift between the different versions (e.g., someone had added a snackbar to Android that showed the selected paths, so I replicated that change to the other implementations).
- On iOS, pickVideo had never been updated to the new UI-or-PH codepaths that all the other implementations used. pickMultiVideo was easily implementable with the new codepaths with only minor changes, so rather than leave pickVideo inconsistent I updated it as well.
Fixesflutter/flutter#102283
## Pre-Review Checklist
**Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
0 commit comments