fancy_password_field library

Classes

DigitValidationRule
Validates that the value has at least one digit
FancyPasswordController
This controller is responsible for controlling the state of the password field. This controller gives the widget access to some internal info of the password field, like what are the rules, and what rules are beeing ofended.
FancyPasswordField
LowercaseValidationRule
Validates that the value has at least one lowercase letter
MaxCharactersValidationRule
Validates that the value has at most numberOfCharacters
MinAndMaxCharactersValidationRule
Validates that the value is at least min size and at most max
MinCharactersValidationRule
Validates that the value has at least numberOfCharacters
RegexValidationRule
SpecialCharacterValidationRule
Validates that the value has at least one special character
UppercaseValidationRule
Validates that the value has at least one uppercase letter
ValidationRule
Base class representing a validation rule Every new validation should extends this one.