diagramo_textfield 0.0.1 diagramo_textfield: ^0.0.1 copied to clipboard
CustomTextFormField is a versatile Flutter widget designed for creating customizable text input fields. It supports features like labels, hint text, icons, validation, and flexible styling options, ma [...]
Changelog #
All notable changes to this project will be documented in this file.
[0.0.1] - 2024-10-17 #
Added #
- Initial release of the
diagramo_textfield
widget. - Added support for:
- Customizable label, hint, icons, and border.
- Text obscuration for password fields.
- Input validation with error text display.
- Flexible layout control using
flex
.
- Provided tests to verify the widget's functionality, including input validation and UI rendering.