text_field_builder 0.0.5 copy "text_field_builder: ^0.0.5" to clipboard
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 #

Aug 22, 2025 #

✨ Updated #

  • Updated font_awesome_flutter version as font_awesome_flutter: ^10.10.0
  • updated reusable_button to 0.0.5
  • Updated Dart sdk to 3.9.0
  • Removed flutter_lints Dependency

0.0.4 #

Aug 16, 2025 #

✨ Updated #

  • Updated IntlPhoneField with uses IntlPhoneFieldState typedef
  • Updated reusable_button package

0.0.3 #

Jul 15, 2025 #

✨ Enhancements #

  • update reusable_button packages

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, and borderRadius
      • contentPadding
      • Support for both OutlineInputBorder and UnderlineInputBorder via isUnderlined flag
  • Enabled tappable prefixIcon and suffixIcon via IconButton 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 and MobileNumberInfo
  • Added basic styling support for text fields
0
likes
150
points
143
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter package for building reusable and styled text fields, password inputs, and PIN code fields with validation and focus management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, equatable, flutter, flutter_bloc, font_awesome_flutter, pin_code_fields, reusable_button

More

Packages that depend on text_field_builder