flexi_form_field 1.0.0
flexi_form_field: ^1.0.0 copied to clipboard
A flexible and customizable TextFormField widget for Flutter with built-in validation, formatting, mandatory fields, prefix/suffix icons, and more.
1.0.0 #
🎉 First stable version of FlexiFormField
Added highly customizable FlexiFormField widget
Built-in validation for:
✔️ Mobile Number
✔️ GST Number
✔️ Pincode
✔️ Confirm Password
✔️ Minimum Password Length
✔️ Password Format (A-Z, a-z, number, special character)
Added support for input formatters:
✔️ Numbers only
✔️ Uppercase only
✔️ Decimal numbers
✔️ Percentage input
Added UI customizations:
✔️ Prefix/Suffix icons with click events
✔️ Custom borders
✔️ Custom label, styles, colors
✔️ Mandatory field indicator *
✔️ Read-only & disabled mode
Added focus navigation using currentFocusNode → nextFocusNode
Added callbacks:
✔️ onTap
✔️ onTapOutside
✔️ onChange
✔️ onSaved
✔️ onEditingComplete
Added cursor customization (color, height)
Added decoration overrides
Improved error handling with custom validation messages
Added support for maxLine, maxLength, obscure text & obscuring character