-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working