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