validatorless 1.2.5
validatorless: ^1.2.5 copied to clipboard
This package provides a means to validate text inputs on the flutter and was inspired by Yup
0.0.1 Init package. #
This package provides a means to validate text inputs on the flutter and was inspired by Yup
1.2.0 Add new options to validate #
- Add betweeen
- Add date
1.2.2 Add new options to validate #
- Add numbersBetweenInterval
- Add onlyCharacters
- Add regex
1.2.5 Add new validation options and documentation updates #
- Add length validation
- Add phone validation
- Add between validation
- Add cpfOrCnpj validation
- Add date validation
- Update documentation with all available validators