flutter_screenutil 0.4.4 copy "flutter_screenutil: ^0.4.4" to clipboard
flutter_screenutil: ^0.4.4 copied to clipboard

outdated

A flutter plugin for adapting screen and font size.Guaranteed to look good on different models

0.0.1 first version #

0.2.2 Fixed bug when releasing #

[0.2.2] - Optimize documentation #

0.3.0 Add font size adaptation #

[0.3.0] - Perfect documentation #

Width is enlarged relative to the design draft => The ratio of font and width to the size of the design Height is enlarged relative to the design draft => The ratio of height width to the size of the design

0.4.0 Optimize font adaptation method #

0.4.1 Fix font adaptation issues #

0.4.2 add two Properties #

///Current device width dp
///当前设备宽度 dp
ScreenUtil.screenWidthDp

///Current device height dp
///当前设备高度 dp
ScreenUtil.screenHeightDp

[0.4.2] - Modify the font to change with the system zoom mode. The default value is false. #

setSp(int fontSize, [allowFontScaling = false]) => allowFontScaling ? setWidth(fontSize) * _textScaleFactor : setWidth(fontSize);

0.4.4 Fix bugs that default fonts change with the system #

4.99k
likes
0
points
854k
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for adapting screen and font size.Guaranteed to look good on different models

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_screenutil