fluent_validation 2.1.1 copy "fluent_validation: ^2.1.1" to clipboard
fluent_validation: ^2.1.1 copied to clipboard

A dart based port of fluent validation for C#. FluentValidation allows easy validation of objects without crazy amounts of boilerplate.

2.1.1 [Package Improvements] #

* Can use key like name attribute when message display

2.1.0 [Breaking changes] - Nullability in validation error #

* Make key, message, and code in validation errors required (default is empty string)

2.0.1 General maintanence #

* Bump dependencies up to a more stable release
* Add a new regex expression matcher (isRegex)

2.0.0 Null Safety #

* Update for null safety
* [Breaking Change] - Add a key to rules to help identify the source of the error, this is useful for supplying the error message back to the correct form field. See example.

1.0.1 Fix bugs in number comparison #

* Treat numbers and num and not doubles

1.0.0 Package Improvements #

* Changes to make the package more listable

0.0.1 First Implementation #

* Basic functionality
* Common expressions and extension via must
* Basic testing
23
likes
150
points
296
downloads

Publisher

unverified uploader

Weekly Downloads

A dart based port of fluent validation for C#. FluentValidation allows easy validation of objects without crazy amounts of boilerplate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on fluent_validation