text_field_builder 0.0.5
text_field_builder: ^0.0.5 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.5 #
0.0.4 #
0.0.2 #
Jul 15, 2025 #
✨ Enhancements #
- Improved
InputDecorationStyle.inputDecoration
:- All parameters are now nullable with default fallbacks using
??
- Added support for customizable:
TextStyle
parameters:labelStyle
,hintStyle
,errorStyle
borderColor
,borderWidth
, andborderRadius
contentPadding
- Support for both
OutlineInputBorder
andUnderlineInputBorder
viaisUnderlined
flag
- All parameters are now nullable with default fallbacks using
- Enabled tappable
prefixIcon
andsuffixIcon
viaIconButton
support
🧪 Usage Improvements #
- Improved flexibility and reusability for text fields across apps
0.0.1 #
- Initial release of
text_field_builder
- Added
FieldModel
for reusable text field configurations - Included
PasswordField
with toggle visibility and validation - Included
PinCodeField
for secure 6-digit inputs - Utility support with
InputFocusHandler
andMobileNumberInfo
- Added basic styling support for text fields