fast_validator 0.3.0
fast_validator: ^0.3.0 copied to clipboard
A flutter package to validate text fields, date fields or any data fastly. Includes built in commonly used validators. You can also add custom validators for your needs.
0.1.0 #
- Initial release.
0.1.1 #
- exposed models to public.
0.1.2 #
- Added README and Example.
0.1.3 #
- Updated version badge.
0.1.4 #
- Added build in validator for phone number.
0.1.5 #
-
Fixed issue in phone number validator.
-
0.1.6 #
-
Added support for list and map data types in builtin validators.
-
0.1.7 #
-
Fixed length validation issue in required validation.
-
0.1.8 #
-
Fixed field name misplacing issue in length validation
-
0.1.9 #
-
Formatted code
-
0.2.0 #
-
Added errorStringDate param to date validation so that the date can be shown in the error string
-
0.3.0 #
-
Updated text message of FastMinValueValidation and FastMaxValueValidation