flutter_formy_string_validators library
A library that provides string pattern validators for use with Formy.
These validators handle common string patterns such as validating email addresses, URLs, IPs, or enforcing the presence or absence of certain characters.
Included validators
- EmailValidator
- EndWithValidator
- IpValidator
- NoNumbersValidator
- NoSpaceValidator
- NoSpecialCharsValidator
- PatternValidator
- StartWithValidator
- UrlValidator
Part of the flutter_formy
package.
Classes
- EmailValidator
- A validator that checks if the value is a valid email.
- EndWithValidator
- A validator that checks if the value ends with end.
- IpValidator
- A validator that checks if the value is a valid ip.
- NoNumbersValidator
- A validator that checks if the value doesn't contain any number.
- NoSpaceValidator
- A validator that checks if the value doesn't contain any space.
- NoSpecialCharsValidator
- A validator that checks if the value doesn't contain any special characters.
- PatternValidator
- A validator that checks if the value matches pattern.
- StartWithValidator
- A validator that checks if the value starts with start.
- UrlValidator
- A validator that checks if the value is a valid URL.
Enums
- IpType
- Type of IPs this validator validade