- Added
textKeyparameter
- Fixed screenshots
- Fixed bug where
textScaleFactorwas not taken into account (thanks @Kavantix)
- Allow fractional font sizes again
- Fixed bug with
wrapWordsnot working
- Added logo
- Significant performance improvements
- Prevent word wrapping using
wordWrap: false - Replacement widget in case of text overflow:
overflowReplacement - Added
strutStyleparameter fromText - Fixed problem in case the
AutoSizeTextGroupchanges - Improved documentation
- Added many more tests
- Fixed bug where system font scale was applied twice (thanks @jeffersonatsafe)
- Fixed bug where setting the style of a
TextSpanto null inAutoSizeText.richdidn't work (thanks @Koridev) - Allow
minFontSize = 0
- Added
groupparameter andAutoSizeGroupto synchronize multipleAutoSizeTexts - Fixed bug where
minFontSizewas not used correctly - Improved documentation
- Library is used in multiple projects in production and is considered stable now.
- Added more tests
- Added textScaleFactor property with fallback to
MediaQuery.textScaleFactorOf()(thanks @jeroentrappers)
- Fixed tests
- Improved documentation
- Fixed problem with
minFontSizeandmaxFontSize(thanks @apaatsio)
- Added support for Rich Text using
AutoSizeText.rich()with one or multipleTextSpans. - Improved text size calculation (using
textScaleFactor)
- Fixed documentation (thanks @g-balas)
- Added tests
- Fixed documentation
- Added example
- First Release