OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.88k stars 494 forks source link

Scaling issue in iPad Pro #410

Closed ASHIR14 closed 2 years ago

ASHIR14 commented 2 years ago

I'm using this plugin in my app and everything is working fine in Android phone and tablet and in iphones. But there is a scaling/resizing issue in iPad (image attached). Any help is appreciated. WhatsApp Image 2022-06-23 at 5 50 10 PM

lizhuoyuan commented 2 years ago

Please provide more information and where is the exception

ASHIR14 commented 2 years ago

There is no exception or error. It just appears like this

Mounir-Bouaiche commented 2 years ago

There is no exception or error. It just appears like this

Hello, please provide us some code, if you can, we'll appreciate it.

ASHIR14 commented 2 years ago

image

lizhuoyuan commented 2 years ago

i am not sure , plz try instead false of true for 'splitScreenMode'

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

Lzyct commented 2 years ago

image

You should define the size if the Device is a tablet or phone like this

image