ez_validator 0.3.0 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.
- Introduced the
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.
- Added the