auto_size_text_field 2.2.4
auto_size_text_field: ^2.2.4 copied to clipboard
Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.
2.2.4 #
- Added
onTapOutsidesupport. 🚀 Kudos @agufagit
2.2.3 #
- Added
TextSelectionControlsto handle custom selection controls such us text teardrop color. 🚀 Kudos @X-SLAYER
2.2.2 #
- Added default
ContextMenuBuilderwhich solves issue with missing default copy/paste menu. This mimics the default FlutterTextFieldbehavior. Kudos to @jlalvarez18
2.2.1 #
- Added support of cursorHeight of
TextFieldwidget
Welcome to open issues / pull requests to make the world tiny better ❤️
2.2.0 #
- Added support of ContextMenuBuilder
contextMenuBuildof TextField widget - Deprecated ToolbarOptions
toolbarOptionsof TextField widget
Welcome to open issues / pull requests to make the world tiny better ❤️
2.1.1 #
- Fixed when a phone has set accessibility for font size as smaller than normal the wrapping was acting strange. Kudos to @Brazol !
Welcome to open issues / pull requests to make the world tiny better ❤️
2.1.0 #
- Support
autofillHints
2.0.0 #
- Support Flutter v3.0
1.0.1 #
- Stable release for null safety.
1.0.0 #
- Stable release for null safety.
1.0.0-nullsafety.1 #
- Updated the version badge in README.md
Welcome to open issues / pull requests to make the world tiny better ❤️
1.0.0-nullsafety.0 #
- Added nullsafety support
Welcome to open issues / pull requests to make the world tiny better ❤️
0.1.7 #
- 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 ❤️
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.flutter-io.cn
0.1.0 Initial Release #
- Launched a Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.