email_password_validator 0.0.1 copy "email_password_validator: ^0.0.1" to clipboard
email_password_validator: ^0.0.1 copied to clipboard

A Flutter package providing custom text field widgets with built-in email and password validation.

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 email format

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.

2
likes
120
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing custom text field widgets with built-in email and password validation.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_fonts

More

Packages that depend on email_password_validator