fitted_text_field_container 1.2.1
fitted_text_field_container: ^1.2.1 copied to clipboard
A Container that automatically resizes to fit a the text value of a Material TextField.
1.2.1 #
- Fixed exception thrown when
textDirection
is not set - Fixed incorect calculations due to default stules not being available durint initialisation
1.2.0 #
- Added
builder
for building complex layouts - Fixed calculations to remove the need for a magic number
- Code tidy-ups and optimisations which should improve performance by a tiny tiny bit
1.1.0 #
- Added
prefixIconWidth
for specifying the width of the prefix icon (if used) - Added
suffixIconWidth
for specifying the width of the suffix icon (if used) - Added
minWidth
property for specifying a minimum width - Added
maxWidth
property for specifying a maximum width - Minimum width takes
labelText
andhintText
into account (if specified)
1.0.0+3 #
- Updated demo & documentation
1.0.0+2 #
- Formatted code
1.0.0+1 #
- Initial release - take 2
1.0.0 #
- Initial release