flutter屏幕适配

ScreenUtil.pixelRatio       //设备的像素密度
ScreenUtil.screenWidth      //设备宽度
ScreenUtil.screenHeight     //设备高度
ScreenUtil.bottomBarHeight  //底部安全区距离,适用于全面屏下面有按键的
ScreenUtil.statusBarHeight  //状态栏高度 刘海屏会更高  单位px
ScreenUtil.textScaleFactory //系统字体缩放比例   
ScreenUtil().scaleWidth  //宽度相对于设计稿放大的倍数
ScreenUtil().scaleHeight //高度相对于设计稿放大的倍数

添加依赖html

flutter_screenutil

具体尺寸请看安全

http://www.javashuo.com/article/p-ovxgyvjv-gm.html字体

相关文章
相关标签/搜索