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 497 forks source link

How to automatically adjust the font size with changes in screen size #543

Closed zhiyaoTu closed 9 months ago

zhiyaoTu commented 9 months ago

Hello, I am a Flutter beginner and not very familiar with the functionality of libraries. For example, on iPhone 15, the font size is set to 15, while on iPhone SE, it will automatically adjust to 13."

lizhuoyuan commented 9 months ago

直接写15.sp 这样 会根据屏幕大小变化

zhiyaoTu commented 9 months ago

好的,谢谢