flutter_auto_size_text
Flutter widget that automatically resizes text to fit perfectly within its bounds.
5.0.0
21K downloads/mo
#2153 most downloaded on pub.dev
FaFre/auto_size_text
What this package is like to depend on
Last release 6 months ago
05 Feb 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
3 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2025 to Feb 2026
2026
Releases
latest 3-
5.0.005 Feb 2026Release notes
Open source →- Breaking Change: Changed max font size calculation to use explicit
maxFontSizeparameter instead of layout constraints - Rewrote
AutoSizeGroupimplementation for better performance and reliability - Fixed
TextPaintermemory leak - Applied various code quality improvements (const constructors, import sorting, lint fixes)
- Updated package structure and modernized codebase
- Breaking Change: Changed max font size calculation to use explicit
-
4.1.023 Feb 2025Release notes
Open source →- Added
AutoSizeBuilder,SelectableAutoSize,AutoSizeTextFieldandAutoSizeGroupBuilder - Added
textWidthBasisandtextHeightBehavior - Changed default
wordWraptofalse - Improved performance
- Fixed intrinsics handling
- Fixed
wordWrapcalculation for rich text
- Added
-
4.0.023 Feb 2025Release notes
Open source →- Fix TextPainter leaking (https://github.com/simc/auto_size_text/pull/149)
- Support textScaler in favor of the deprecated textScaleFactor (https://github.com/simc/auto_size_text/pull/148)
- Upgraded dependecies
- Use
constwherever possible - Modernize code base