password_rule_check

Last updated:

0 purchases

password_rule_check Image
password_rule_check Images
Add to Cart

Description:

password rule check

PasswordRuleCheck #



A Flutter Widget to show if a Password matches a specific Rule Set








Supported Checks #

minimum Length
maximum Length
minimum number of uppercase Letters
minimum number of lowercase Letters
minimum number of digits
minimum number of special characters

Localizations #
Supported Languages:

English πŸ‡ΊπŸ‡ΈπŸ‡¬πŸ‡§
German πŸ‡©πŸ‡ͺ
Portuguese πŸ‡΅πŸ‡Ή

Feel free to add a new language via a Pull Request
Alternatively you can specify custom translations/texts by passing in a custom PasswordRuleCheckTranslation
class MyCustomTranslation extends PasswordRuleCheckTranslation {
// Override for your custom Translations
}

PasswordRuleCheck(
ruleSet: RuleSet(),
translation: MyCustomTranslation(),
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.