-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#3835Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listfound in release: 2.0Found to occur in 2.0Found to occur in 2.0has 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 specifically
Description
Since iOS 14 image_picker hasn't worked for Gifs chosen on iOS when the user selects the new photo permission "Selected Photos". You can change the access to "All Photos" and Gif's will be animated, change it back to "Selected Photos" and select the same Gif and it won't be animated.
final _picker = ImagePicker();
try {
final pickedFile = await _picker.getImage(
source: ImageSource.gallery,
maxWidth: 400,
maxHeight: 400,
);
final result = await pickedFile.readAsBytes();
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listfound in release: 2.0Found to occur in 2.0Found to occur in 2.0has 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 specifically