flutter_field_validator library

Classes

ConditionFieldValidator
Validates the field based on a specified condition.
DateFieldValidator
Validates a date field.
EmailFieldValidator
Validates if the field is a valid email adress.
ExactMatchFieldValidator
Validates if the field matches the text.
FieldValidator
Validates a field based on the given FieldValidatorCores.
FieldValidatorCore
Base class for any field validator.
LengthFieldValidator
Validates if the field if not empty.
NumericFieldValidator
Validates if the field is numeric and in the specified range.
PatternFieldValidator
Validates if the field matches the pattern.
RequiredFieldValidator
Validates if the field if not empty.