ez_validator 0.3.0 copy "ez_validator: ^0.3.0" to clipboard
ez_validator: ^0.3.0 copied to clipboard

Dead simple field/object schema validation for flutter,EzValidator api is inspired by Yup

0.0.1 #

  • ez_validator

0.1.1 #

  • add filledForm option + add set custom locale errors

0.1.2 #

  • fix web plugin error + required custom messages

0.1.3 #

  • add new validations methods

0.1.4 #

  • Fix languages toggle

0.1.5 #

  • Add support to all platforms

0.2.1 #

  • Fix support for Desktop platforms
  • Fix typos
  • Remove unused files

0.2.2 #

  • Add default values
  • Add error key labels

0.3.0 #

  • Nested Validation Support
  • Extended Validation Methods:
    • String Validation Methods
    • Numerical Validation Methods
    • Date Validation Methods
    • Boolean Validation Method
    • General/Common Validation Methods
    • List (Array) Validation Methods
  • catchErrors Method:
    • Introduced the catchErrors method for capturing and returning validation errors in a structured format. This method is particularly useful for detailed error analysis and customized error handling in applications.
  • validateSync Method:
    • Added the validateSync method, offering synchronous validation that returns both processed data and validation errors. This method enhances usability by providing a convenient way to validate data and simultaneously retrieve the validated output.
40
likes
0
pub points
82%
popularity

Publisher

verified publisheriheb.tech

Dead simple field/object schema validation for flutter,EzValidator api is inspired by Yup

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on ez_validator