Custom Text Field Validator
A Flutter package providing custom text field widgets with built-in email and password validation.
Features
Customizable text fields for email and password inputs
Built-in validation for password strength
Easy-to-use and integrate into your Flutter
Customization
parameters:
labelText: The label text for the text field.
controller: The TextEditingController for the text field.
hintText: The hint text for the text field.
isPassword: Boolean to indicate if the text field is for password input.
isEmail: Boolean to indicate if the text field is for email input.
validatorText: The error message to display when the field is empty.
keyboardType: The type of keyboard to use for the text field (optional).
widget: The width of the text field.