howljs / hl_image_picker

Simplify media selection, cropping, and camera functionality in your Flutter app. Choose images/videos from the library, crop images, and capture new photos/videos with ease.
https://pub.dev/packages/hl_image_picker
20 stars 12 forks source link

Forces the screen to rotate when using Crop on tablet #13

Closed FullstackWEB-developer closed 4 months ago

FullstackWEB-developer commented 7 months ago

First of all, thank you for this useful package. I tested it on my Android tablet, but it forces the screen to rotate when using crop in landscape mode. Is there a way to make crop work in landscape mode?

howljs commented 7 months ago

i will check and try to update it soon

howljs commented 7 months ago

The issue lies with the PictureSelector library, if I have time I will look into it more later, for now, I will not update this part.

howljs commented 4 months ago

Updated in version 1.2.13

FullstackWEB-developer commented 4 months ago

Thanks @howljs Let me check with new version in my project