FontSize has to be multiples of stepGranularity reopen
sanchez-gonzalo94 opened this issue · 0 comments
sanchez-gonzalo94 commented
Steps to Reproduce
- Install flutter_screenutil: ^5.9.3.
- Set ScreenUtilInit as the parent widget on top of MaterialApp with a designSize.
- Create a AutoSizeText widget and set minFontSize with '.sp' suffix (screenutil).
- Returns error.
Code sample
AutoSizeText(
"hello world",
textAlign: TextAlign.center,
minFontSize: 16.sp, ,
)
Screenshots
If applicable, add screenshots to help explain your problem.
Version
- Flutter version: 3.22.6
- auto_size_text version:v3.0.0
- flutter_screenutil: ^5.9.3