- Added textScaleFactor property with fallback to
MediaQuery.textScaleFactorOf()
(thanks @jeroentrappers)
- Fixed tests
- Improved documentation
- Fixed problem with
minFontSize
andmaxFontSize
(thanks @apaatsio)
- Added support for Rich Text using
AutoSizeText.rich()
with one or multipleTextSpan
s. - Improved text size calculation (using
textScaleFactor
)
- Fixed documentation (thanks @g-balas)
- Added tests
- Fixed documentation
- Added example
- First Release