-
Notifications
You must be signed in to change notification settings - Fork 30k
Closed
Labels
p: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
I am using https://pub.dev/packages/image_picker plugin:
ImagePicker.pickImage(
source: ImageSource.camera,
maxHeight: 1024,
maxWidth: 1024)
.then((imageFile) { ... })
By business requirements I don't need photos with high resolution modern cameras usually make. The plugin resizes the original image and after that aspect ratio of the image appears to be broken. The same for gallery source. Such behaviour is on iOS only.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight