OpenFlutter / flutter_screenutil

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

After adjusting the display size in Android settings, the App UI does not change. #500

Closed rex26 closed 1 year ago

rex26 commented 1 year ago

We have customers who want to enlarge the UI of the app. They try to adjust it via Display Size in Android settings. But after the adjustment, the App using flutter_screenutil will not change.

Can you tell me why? I don't know if there is any setting that can make the customer's setting take effect.

lizhuoyuan commented 1 year ago

Do you want to enlarge the font? Is it set in the code that the font does not follow the system change?

Mounir-Bouaiche commented 1 year ago

We accept only issues with minimal reproducable code. Many problems are not related to this library.