fluent_validation 2.0.1 copy "fluent_validation: ^2.0.1" to clipboard
fluent_validation: ^2.0.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.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
21
likes
0
pub points
73%
popularity

Publisher

unverified uploader

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

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on fluent_validation