fluent_validation_flutter library

Classes

AbstractValidator<T>
EqualValidator
A validator used to check if two inputs are equal.
LengthValidator
MustValidator<T>
NotEmptyValidator
NotEqualValidator
A validator used to check if two inputs are not equal.
RegExpValidator
A validator used to validate using regular expressions. Out of the box we have various expressions ready for use - such as phone #s and email addresses. But you may always add your own.
WrappingValidator

Properties

emailMatcher String
final
usPhoneMatcher String
final

Typedefs

MustPredicate<T> = bool Function(T value)