the_validator 2.0.0 copy "the_validator: ^2.0.0" to clipboard
the_validator: ^2.0.0 copied to clipboard

A simple & easy validation package for flutter that can be used to validate form fields and strings & values

[2.0.0] #

  • Update SDK constraints to >=2.12.0-0 <3.0.0
  • Stable release for null safety.
  • Added checks for space in email validation

[1.0.5] #

  • Added property shouldContainSmallLetter to password validator

[1.0.4] #

  • Minor fixes done for FieldValidator.multiple()

[1.0.3] #

  • minor additions to password special characters validation
  • [Breaking Change] renamed isNumberNotPresent() to onNumberNotPresent(), isCapitalLetterNotPresent() to onCapitalLetterNotPresent() and isSpecialCharsNotPresent() to onSpecialCharsNotPresent()

[1.0.1] #

  • stops email validation from accepting e.g myemail@gmail as a valid email
  • set custom error message on individual password validation rules

[1.0.0] #

  • Fixed failing validation on password form fields
  • MinLength & MaxLength validation fix
  • Version 1 ready

[0.0.2] #

  • Added test for minLength()
  • Updated the readme & info

[0.0.1] #

  • Initial Release
  • TODO (Features):
  • Add Url Validation
  • Add Date Validation
  • Add Credit card Validation
24
likes
110
pub points
83%
popularity

Publisher

verified publishernovugrid.com

A simple & easy validation package for flutter that can be used to validate form fields and strings & values

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on the_validator