valida_generator 0.2.1 copy "valida_generator: ^0.2.1" to clipboard
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.fromFunction for 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
0
likes
120
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Code generator for valida. Create field, params and object validators from code annotations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, dart_style, glob, path, source_gen, valida

More

Packages that depend on valida_generator