password_policy 1.2.0 copy "password_policy: ^1.2.0" to clipboard
password_policy: ^1.2.0 copied to clipboard

Dart package that help restrict password to a strong policy.

1.2.0 - 05/27/22 #

  • [BREAKING CHANGE] Don't check for horizontal Unicode whitespaces by default anymore for NoSpaceRule but adds option to check for it. This was added for convenience as Flutter adds horizontal Unicode whitespaces between characters in TextFormFields.

1.1.0 - 02/12/22 #

  • Follow recommended dart lints
    • [BREAKING CHANGE] Rename all Strength enum values to lowerCamelCase format (WEAK, INTERMEDIATE, GOOD, STRONG, UNBREAKABLE) => (weak, intermediate, good, strong, unbreakable)

1.0.0 - 02/11/22 #

  • First version of password_policy
8
likes
140
pub points
75%
popularity

Publisher

verified publishermilvintsiss.com

Dart package that help restrict password to a strong policy.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on password_policy