text_field_validator 0.0.6
text_field_validator: ^0.0.6 copied to clipboard
A flutter package for both Android and iOS which provides the validation functionalities for the input fields.
0.0.1 #
- first version of text_field_validator.
- provides validation for TextFormField (text, password).
0.0.2 #
- updated document.
0.0.3 #
- fixed bugs
- made value field and password field required.
- updated default error messages.
0.0.4 #
- major bug fix in password validator field.
0.0.5 #
- added maximum length for password character.
0.0.6 #
- minor bug fix.