advanced_textfield 0.0.7+2
advanced_textfield: ^0.0.7+2 copied to clipboard
A customizable text field widget for Flutter with built-in validation for email, password, phone, and numeric inputs
0.0.7 #
- updated
README
0.0.6 #
- Updated changelog to improve clarity and structure. No functional changes in this release.
0.0.5 #
- Provided an example usage in example/ directory.
- Improved package description in pubspec.yaml for better clarity.
0.0.4 #
- Added comprehensive documentation
0.0.3 #
- Enhanced visual styling of hint text for better readability.
- Improved inline comments in the codebase.
0.0.2 #
- Provided an option to disable input formatting when using
onlyNumbers. - Created a
README.mdfile with usage instructions
0.0.1 #
- Initial release with core text field functionalities.