screen_adaptation library

Classes

ScreenAdaptationInit
child size UI设计图尺寸 默认750 1334 landscapeSize 横屏UI设计图尺寸 可不传 默认为 竖屏size尺寸反转 landscapeSize.widthsize.height landscapeSize.heightsize.width allowFontScaling 字体是否根据系统缩放比例变化 默认为false
ScreenAdaptationUtil
width 设计尺寸宽度 width 设计尺寸高度 screenWidth //屏幕宽度 screenHeight //屏幕高度 orientation //屏幕方向 pixelRatio //像素比 statusBarHeight //距离顶部安全距离 bottomBarHeight //距离底部安全距离 textScaleFactor //文字缩放比例 allowFontScaling //是否允许文字缩放

Extensions

UtilExtension on num