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

wrapWords not working #21

Closed kevin-haynie closed 5 years ago

kevin-haynie commented 5 years ago

Even with wrapWords = false, autoSizeText still breaks up a single word - see screenshot.

Steps to Reproduce Set wrapWords = false, maxFontSize = 200, minFontSize = 20, data="BECAUSE I'M LOVIN' IT!"

Screenshots If applicable, add screenshots to help explain your problem. image

Version

simc commented 5 years ago

Thanks, I'll check that...

simc commented 5 years ago

Thank you for reporting this bug! It is fixed in version 2.0.1.

kevin-haynie commented 5 years ago

yup, you fixed it! thanks so much. good work.