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 241 forks source link

Allow auto adjusting letterSpacing #135

Open cxavier20 opened 1 year ago

cxavier20 commented 1 year ago

Implements #73.

The letter spacing resizing is done when it reaches the MinFontSize and the text still does not fit. There is no need to resize the letter spacing earlier since resizing the text size already reduces the space between each character.

I did not add a maxLetterSpacing since I did not find it relevant. You can set the max letter spacing in the starting text style.