StrongPasswordX extension

Extension providing strong-password validation methods on String.

on

Methods

isStrongPassword({int minLength = 8, int minLowercase = 1, int minUppercase = 1, int minNumbers = 1, int minSymbols = 1}) bool

Available on String, provided by the StrongPasswordX extension

Checks if the string is a strong password.