fluent_validation 2.1.1 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