auto_size_text
auto_size_text copied to clipboard
Breaking character on new line
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
- Flutter version: [2.10.3]
- auto_size_text version: [3]