password_criteria 0.1.0 password_criteria: ^0.1.0 copied to clipboard
When one starts typing & the password starts meeting the criterion specified, the corresponding/respective criterion turns black in color.
password_criteria #
Getting Started #
A new Flutter plugin for password criteria #
Current version (0.0.5) Bug Fixes and clean code
This package returns a container view which is having 5 criteria in Red color.
#criteria
- At least one lower case
- At least on upper case
- At least One number
- one special character
- Minimum 8 character
When one starts typing & the password starts meeting the criterion specified, the corresponding/respective criterion turns black in color. It ie a very useful library for signup forms & change password forms