OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.88k stars 494 forks source link

sdk 升级之后 运行起来字体变大了 #391

Closed AKA-LinCoder closed 2 years ago

AKA-LinCoder commented 2 years ago

我最开始是在2.8环境开发的,然后我升级到最新之后,在同一个机子上运行同一套代码,整体字号就变大了

Mounir-Bouaiche commented 2 years ago

Try to set minTextAdapt: true

AKA-LinCoder commented 2 years ago

尝试设置minTextAdapt: true

it worked! thanks