Flutter Camera Exif orientation is always 0 on my phone
I’m using the Camera package for flutter.
My client has a Samsung S53 phone and when it take a picture in portrait mode, the image is rotated by 90°. I tried on my Oppo A73, but no matter the orientation of my device when I take the picture, the exif orientation always returns 0 (portrait) so I don’t know whether or not the image is rotated and if I have to apply any rotation. Is this a bug with the camera plugin or something Android related? Even the width and height are always the same, so I can’t understand if the phone was in portrait or landscape mode.