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

增加一个是否开启适配的开关 #514

Closed q200892907 closed 11 months ago

q200892907 commented 11 months ago

可能得场景是平台适配上,在移动端想开启适配,可是在桌面端不想开启适配,但很多代码已使用.w/.h/.sp的操作,用于一步开关

Mounir-Bouaiche commented 11 months ago

Try to set designSize to MediaQuery.of(context).size in Desktop platform