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字體

相關文章
相關標籤/搜索