Exif rotation value after taking a picture is not being captured correctly in Flutter
I am trying to take a picture, and then trying to capture the exif rotation value of an image and based on that value, trying to rotate the image. I am using exif package. Even tho the image is rotated 90 CW, it gives a value of Horizantal (normal) which is incorrect. Is there any way to handle this in flutter? I have seen github issues but not sure what is the resolution. Can someone help?