text_form_validator 1.0.4 copy "text_form_validator: ^1.0.4" to clipboard
text_form_validator: ^1.0.4 copied to clipboard

Provides a simple way to combine validation functions, failing and providing the most informative error to the user.

0.0.1 #

The inital release of the project. Should include all the basic functionality required to do form validation with the ability to specify any custom functionality to be added into the base library

1.0.0 #

Changes the error returning "null" to be the same as the empty message as it is more user firendly.

Also adds the following new validators (along with tests): - Length (>, >=, ==, <=, <) - List (contains, !contains) - Regex (and a specified email helper)

1.0.1 #

Fixed a bug where the added message text was been ignored.

Improved the email failure text to be less generic.

1.0.2 #

Adds an example, and formats the library to 80 characters

1.0.3 #

Fixes incorrect naming from form_validator to text_form_validator

1.0.4 #

Changes intl and flutter_lints version dependency to any

0
likes
140
pub points
28%
popularity

Publisher

unverified uploader

Provides a simple way to combine validation functions, failing and providing the most informative error to the user.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on text_form_validator