-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoSizeText is resizing, but cut the resulting string #64
Comments
I have also faced the same issue. Am I missing something here?
|
Check the minFontSize setting, the default is 12 points. In the screenshots, the font size appears to be larger with the AutoSizeText than with the normal Text widget. What is the font size with the normal Text widget? |
i am having this problem as well it is just cutting the string |
Just use FittedBox(
child: Text('my long text ...'),
) |
Set |
Version
Hello,
I'am trying to use your wonderful plugin, but it, even if plugin did a resizing, doesn't work correctly.
I am trying following test code to show that string in just 2 lines:
`
`
This is what I see with a normal Text Widget:
This is instead what I see with AutoSizeText Widget:
The text size switched from 14 to 12 with AutoSizeText Widget, but the resulting text is cutted.
Can you please check it? Do you have any suggestion?
The text was updated successfully, but these errors were encountered: