- Added
onTapOutside
support. 🚀 Kudos @agufagit
- Added
TextSelectionControls
to handle custom selection controls such us text teardrop color. 🚀 Kudos @X-SLAYER
- Added default
ContextMenuBuilder
which solves issue with missing default copy/paste menu. This mimics the default FlutterTextField
behavior. Kudos to @jlalvarez18
- Added support of cursorHeight of
TextField
widget
Welcome to open issues / pull requests to make the world tiny better ❤️
- Added support of ContextMenuBuilder
contextMenuBuild
of TextField widget - Deprecated ToolbarOptions
toolbarOptions
of TextField widget
Welcome to open issues / pull requests to make the world tiny better ❤️
- 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 ❤️
- Support
autofillHints
- Support Flutter v3.0
- Stable release for null safety.
- 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.