flutter_custom_textfields 0.0.2
flutter_custom_textfields: ^0.0.2 copied to clipboard
A Flutter package with customizable text fields, regex validation, and OTP input support with leading/trailing icons.
SmartTextFields #
A Flutter package that provides customizable and reusable text fields with leading/trailing icons and built-in validation for common input types such as email, phone number, username, PIN code, password, confirm password, and OTP (4 or 6 digits).
β¨ Features #
-
π§ TextFields with leading icons for:
- Phone Number
- Username
- PIN Code
-
π TextFields with both leading and trailing icons for:
- Password
- Confirm Password
-
π’ OTP Input with customizable length (4 or 6 digits)
-
β Built-in Regex-based validation for all input types
-
π§© Easy integration and customization
π Getting Started #
Add this to your pubspec.yaml
:
dependencies:
flutter_custom_textfields: ^0.0.2