validators/strong_password library

Extensions

StrongPasswordX on String
Extension providing strong-password validation methods on String.

Functions

isStrongPassword(String str, {int minLength = 8, int minLowercase = 1, int minUppercase = 1, int minNumbers = 1, int minSymbols = 1}) bool
Checks if the string is a strong password.