- Stable release for null safety.
- Updated the version badge in README.md
Welcome to open issues / pull requests to make the world tiny better ❤️
- Added nullsafety support
Welcome to open issues / pull requests to make the world tiny better ❤️
- Fixed prefix and suffix text are not counted into TextPainter width calculation
- Fixed the issue when in the logs were errors about "setState() called after dispose()"
- Improved examples by adding spacing & prefix/suffix TextField example
Welcome to open issues / pull requests to make the world tiny better ❤️
- Implemented the rebuild logic of the widget when the value of
TextEditingController
changes so that theTextField
reflects the latest font size.
- Added
minWidth
parameter to control the width whenfullwidth
is set tofalse
- Finalised documentation
- Fixed the format of README.md
- Added
fullwidth
param to control the width ofTextField
- Updated the README.md
- Formatted code to comply with pub.dev
- Launched a Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.