flutter_custom_textfields 0.0.6+2
flutter_custom_textfields: ^0.0.6+2 copied to clipboard
A Flutter package with customizable text fields, regex validation, and OTP input support with leading/trailing icons.
Changelog #
All notable changes to this project will be documented in this file.
[ 0.0.6+2] - 2025-05-15 #
Added #
- Initial release of
flutter_custom_textfields
. - Added customizable
SmartTextField
widgets for:- Phone Number
- Username
- Full Name
- OTP
- PIN Code
- Password (with toggle visibility)
- Confirm Password (with password match validation)
- Added
SmartOTPField
for 4-digit or 6-digit OTP input. - Built-in Regex validations for all text field types.
- Support for leading/trailing icons and basic customization.