valida_generator 0.2.1
valida_generator: ^0.2.1 copied to clipboard
Code generator for valida. Create field, params and object validators from code annotations.
0.2.1 2023-07-09. #
- Support
analyzer: ">=5.0.0 <7.0.0"
0.2.0 2023-07-08. #
- Use
Validator.fromFunctionfor all validators - Require Dart 3.0.0
- Upgrade to analyzer: ^6.0.0
0.1.0-dev.1 2022-08-30. #
Multiple breaking changes
- add generics support
- change global validators to be a class
0.0.2 2022-06-30. #
- Dart fix clean up
- Support package:analyzer ^4.0.0
0.0.1 2021-10-30. #
- Initial release
- Basic types supported
- String
- int
- double
- List
- Map
- Set
- Classes
- Nested objects
- Date
- Duration