Closed
Description
Steps to reproduce
implement pickMultipleImage with limit 2.
I've tested on Pixel 7 - API 34, iPhone15 - iOS17, iPhone12 Pro max - iOS17.4.1
Expected results
can only choose a maximum of 2 images
Actual results
can choose more than 2 images (no limit)
Code sample
Code sample
Future<void> _takePhotoOnClicked(BuildContext context) async {
final ImagePicker picker = ImagePicker();
final List<XFile>? image = await picker.pickMultiImage(limit: 2);
}
Screenshots or Video
Metadata
Metadata
Assignees
Labels
Important issues not at the top of the work listFound to occur in 3.19Found to occur in 3.22The issue has been confirmed reproducible and is ready to work onThe Image Picker plugin.flutter/packages repository. See also p: labels.Android applications specificallyiOS applications specificallyIssue is closed as already fixed in a newer versionOwned by Ecosystem teamTriaged by Ecosystem team