auto_size_text_field 0.1.6
auto_size_text_field: ^0.1.6 copied to clipboard
Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.
0.1.6 #
- Implemented the rebuild logic of the widget when the value of
TextEditingControllerchanges so that theTextFieldreflects the latest font size.
0.1.5 #
- Added
minWidthparameter to control the width whenfullwidthis set tofalse
0.1.4 #
- Finalised documentation
0.1.3 #
- Fixed the format of README.md
0.1.2 #
- Added
fullwidthparam to control the width ofTextField - Updated the README.md
0.1.1 #
- Formatted code to comply with pub.dev
0.1.0 Initial Release #
- Launched a Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.