password_rule_check 0.2.1 copy "password_rule_check: ^0.2.1" to clipboard
password_rule_check: ^0.2.1 copied to clipboard

A Flutter Widget to display if a password matches given Rules

PasswordRuleCheck #

Pub pub points Build

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(),
);
2
likes
130
pub points
58%
popularity

Publisher

verified publisherzweidenker.de

A Flutter Widget to display if a password matches given Rules

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on password_rule_check