You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS device.
get the originFile of the photo, then to display it or save it locally, the size of the picture is wrong.
1:1, 4:3, 16:9 will all become 4:3
but 3.0.0 correct
Logs
No response
Example code (optional)
voidsaveByAssetEntity(AssetEntity assetEntity) async {
// get originFilevar file =await assetEntity.originFile;
// save it locally or displayvar result =awaitPhotoManager.editor.darwin.saveImageWithPath(
imageFile: file!.path,
title:'IMG_123',
);
// 1:1, 4:3, 16:9 will all become 4:3
}
Contact
No response
The text was updated successfully, but these errors were encountered:
Version
3.1.0
Platforms
iOS
Device Model
iPhone 12 (iOS17.4.1)
flutter info
How to reproduce?
iOS device.
get the originFile of the photo, then to display it or save it locally, the size of the picture is wrong.
1:1, 4:3, 16:9 will all become 4:3
but 3.0.0 correct
Logs
No response
Example code (optional)
Contact
No response
The text was updated successfully, but these errors were encountered: