sohaibnomanahmed / pensum

A Flutter + Firebase project for buying and selling books, mainly campus curriculum, socially. It uses a MVVM architecture and Trunk based development as well as CodeMagic for CI/CD
MIT License
1 stars 0 forks source link

Image rotating on iOS for image_picker null safety #25

Closed sohaibnoman closed 3 years ago

sohaibnoman commented 3 years ago

Images get rotated for image_picker null safety if a width is given, some resources are given here:

sohaibnoman commented 3 years ago

Current solution is to not include width, and use with in cropping. A issue here is that we always needs to include the cropper and cant let the user just upload a image without cropping