simc/auto_size_text

Allow auto-sizing letterSpacing when MinFontSize is reached

cxavier20 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Another strategy to make a text fit a pre-defined area is to tweak the letter spacing. This strategy can be used on its own or as a complement when the MinFontSize is reached.

Describe the solution you'd like
When a MinLetterSpacing is defined and the MinFontSize is reached, adjust the letter spacing to try fit the text.

Version

  • Flutter version: ^3.0.0
  • auto_size_text version: ^3.0.0

Sorry, missed an existing issue when searching. Duplicate of #73.