text_field_builder 0.0.2
text_field_builder: ^0.0.2 copied to clipboard
A customizable Flutter package for building reusable and styled text fields, password inputs, and PIN code fields with validation and focus management.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 #
Jul 15, 2025 #
✨ Enhancements #
- Improved
InputDecorationStyle.inputDecoration:- All parameters are now nullable with default fallbacks using
?? - Added support for customizable:
TextStyleparameters:labelStyle,hintStyle,errorStyleborderColor,borderWidth, andborderRadiuscontentPadding- Support for both
OutlineInputBorderandUnderlineInputBorderviaisUnderlinedflag
- All parameters are now nullable with default fallbacks using
- Enabled tappable
prefixIconandsuffixIconviaIconButtonsupport
🧪 Usage Improvements #
- Improved flexibility and reusability for text fields across apps
0.0.1 #
- Initial release of
text_field_builder - Added
FieldModelfor reusable text field configurations - Included
PasswordFieldwith toggle visibility and validation - Included
PinCodeFieldfor secure 6-digit inputs - Utility support with
InputFocusHandlerandMobileNumberInfo - Added basic styling support for text fields