-
Notifications
You must be signed in to change notification settings - Fork 30.3k
[image_picker] [iOS] Add optional video quality parameter for pickVideo #179940
Copy link
Copy link
Open
flutter/packages
#11146Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Use case
Currently,
pickVideoon iOS always usesUIImagePickerControllerQualityTypeHigh, with no way to choose a lower quality. This is restrictive for apps that want to control file size or reduce resource usage, like messaging apps or apps that process many videos.Proposal
Add an optional
qualityparameter topickVideo:UIImagePickerControllerQualityTypeHighfor backward compatibility.