auto_size_text_field
Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.
2.3.0
299K downloads/mo
#688 most downloaded on pub.dev
lzhuor/auto_size_text_field
What this package is like to depend on
Last release 3 months ago
02 May 2026
Release timing varies
gaps range from 3 weeks to 1.7 years
Rarely documented
notes for 3 of 19 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
21 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
21 releases · Jun 2020 to May 2026Releases
latest 21-
2.3.002 May 2026Release notes
Open source →[2.3.0]
- Fixed crash when no
controlleris provided — widget now creates an internalTextEditingControlleras documented, and handles controller swaps viadidUpdateWidget. Kudos @tristecsv - Replaced deprecated
textScaleFactorwithtextScaler(MediaQuery.textScalerOf/TextScaler.linear) for Flutter 3.12+ compatibility. Kudos @tristecsv - Expanded SDK constraint to
>=2.12.0 <4.0.0to reflect actual Dart 3.x compatibility. Kudos @tristecsv - Removed deprecated Android v1 embedding reference from example app. Kudos @tristecsv
- Updated example app to be fully null-safe: fixed
Key?,required, andlatemodifiers, upgradedcupertino_iconsto^1.0.9 - Updated iOS example deployment target to 13.0 and modernised Xcode project to latest format
Welcome to open issues / pull requests to make the world tiny better ❤️
- Fixed crash when no
-
2.2.414 Aug 2024Nothing published for this version
-
2.2.311 Mar 2024Release notes
Open source →- Added
TextSelectionControlsto handle custom selection controls such us text teardrop color. 🚀 Kudos @X-SLAYER
- Added
-
2.2.225 Sep 2023Nothing published for this version
-
2.2.103 Feb 2023Nothing published for this version
-
2.2.003 Feb 2023Nothing published for this version
-
2.1.103 Feb 2023Nothing published for this version
-
2.1.017 Jun 2022Nothing published for this version
-
2.0.016 May 2022Nothing published for this version
-
1.0.118 Sep 2021Nothing published for this version
-
1.0.018 Sep 2021Nothing published for this version
-
1.0.0-nullsafety.109 Feb 2021 pre-releaseNothing published for this version
-
1.0.0-nullsafety.009 Feb 2021 pre-releaseNothing published for this version
-
0.1.710 Nov 2020Nothing published for this version
-
0.1.618 Oct 2020Nothing published for this version
-
0.1.512 Jul 2020Nothing published for this version
-
0.1.417 Jun 2020Nothing published for this version
-
0.1.317 Jun 2020Nothing published for this version
-
0.1.217 Jun 2020Nothing published for this version
-
0.1.117 Jun 2020Nothing published for this version
-
0.1.017 Jun 2020Release notes
Open source →- Launched a Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.