flutter_custom_textfields 0.0.1
flutter_custom_textfields: ^0.0.1 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.1 - 2025-05-12 #
Added #
- Initial release of
flutter_custom_textfields
. - Added customizable
SmartTextField
widgets for:- Phone Number
- Username
- 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.