-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#7187Labels
a: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesfound in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.8Found to occur in 3.8Found to occur in 3.8has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: 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 specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Steps to Reproduce
- Use the image_picker library
- Use the pickImage function with the requestFullMetadata parameter set to false
- on iOS, this flag allows you to pick an image without asking for
Photo Library Usagepermission. - The Exif orientation is not part of the image anymore
Expected results: The loaded image contains the EXIF orientation data
Actual results: The loaded image does not contain the EXIF orientation data
This is a regression since moving to Flutter 3.7.x, Is still working fine with flutter 3.3.x.
Interestingly, it seems to be a Fllutter issue rather than an image_picker library issue, image_picker didn't change version.
Code sample
Logs
ayyoubelamrani4mazzonem
Metadata
Metadata
Assignees
Labels
a: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesfound in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.8Found to occur in 3.8Found to occur in 3.8has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: 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 specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version