simc / auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text
MIT License
2.06k stars 240 forks source link

Breaking character on new line #115

Open jtkeyva opened 2 years ago

jtkeyva commented 2 years ago

Question Please explain the problem you are running into. I have some text that has a slash in it and when it's too long, the slash stays on the top line

Code sample Provide a few simple lines of code to show your problem. sometexthere/therestofthetext

formats to

sometexthere/ therestofthetext

I would like it to format to so the / goes to the second line:

sometexthere /therestofthetext

Version