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

Fixes #47 #50

Open davystrong opened 4 years ago

davystrong commented 4 years ago

This PR fixes Issue #47 by adding a groupScaleFactor parameter that makes the font scale relative to the rest of the group. While it works perfectly in all my testing, there may be situations where it won't perform as expected. Not sure if this is the best way to add a PR but GitHub doesn't seem to allow directly linking it to the issue.