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

Dynamic adjustment of letter spacing when resizing with auto_size_text #73

Open con-cis opened 4 years ago

con-cis commented 4 years ago

Is your feature request related to a problem? Please describe. It would be nice if you can also scale the letter spacing depending scale of the text size

Describe the solution you'd like Dynamic adjustment of letter spacing when resizing with auto_size_text relatively to text size increase

E.G.

minFontSize: 24.0,
minLetterSpacing: 1.0,

maxFontSize: 24.0,
maxLetterSpacing: 1.8,

Describe alternatives you've considered

letterSpacing: MediaQuery.of(context).size.width * 0.005

Version