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

Maximize fontSize to fill available space #66

Open matthew-carroll opened 4 years ago

matthew-carroll commented 4 years ago

I'd like for my AutoSizeText to use a maximum text size to fill the available space.

i'm able to achieve this effect by using an impossibly large text size and then having AutoSizeText scale it down. However, this seems like it should be a first-class option for the widget.

SaadArdati commented 3 years ago

Thank you for the solution