onemanteam_validator 1.0.1
onemanteam_validator: ^1.0.1 copied to clipboard
A lightweight Flutter form validation library with built-in validators like email, phone, password, numeric and custom validator composition.
1.0.1 #
Updated README documentation
Replaced SmartValidator references with OMTValidator
1.0.0 #
Initial release of OMTValidator.
Features:
- required() validator
- email() validator
- phoneNumberIN() validator
- strongPassword() validator
- minLength() and maxLength()
- minValue() and maxValue()
- isInt() and isDouble()
- compose() validator for combining multiple validators