password_strength_checker 1.2.4 copy "password_strength_checker: ^1.2.4" to clipboard
password_strength_checker: ^1.2.4 copied to clipboard

Generate secure passwords, check for exposed passwords, get visual feedback for strength or get form validation with a minimum password strength required.

1.2.4 #

Fix #8

1.2.3 #

Implemented a kDefaultStrengthLength constant with a default value of 12. From now, a password with a length < 12 will be considered weak.

1.2.2 #

Implemented contextMenuBuilder support and removed toolbarOptions from TextFormFieldConfiguration class.

1.2.1 #

Update PasswordGenerator class + tests.

1.2.0 #

  • Implemented PasswordGenerator class.
  • Added support for password generator to PasswordStrengthFormChecker.

1.1.2 #

Updated PasswordStrength calculation priority.

1.1.1 #

Setted obscureText = true by default on TextFormField.

1.1.0 #

  • Implemented PasswordStrengthFormChecker and moved all PasswordStrengthChecker properties into PasswordStrengthCheckerConfiguration object.
  • Implemented a commonDictionary to get the first 10,000 common passwords.
  • Extended PasswordStrength with alreadyExposed.

1.0.1 #

Updated docs.

1.0.0 #

Check your password strength with PasswordStrengthChecker.

33
likes
160
pub points
92%
popularity

Publisher

unverified uploader

Generate secure passwords, check for exposed passwords, get visual feedback for strength or get form validation with a minimum password strength required.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on password_strength_checker