password_strength_checker 1.3.2 copy "password_strength_checker: ^1.3.2" to clipboard
password_strength_checker: ^1.3.2 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add password_strength_checker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  password_strength_checker: ^1.3.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:password_strength_checker/password_strength_checker.dart';
54
likes
150
points
2.11k
downloads
screenshot

Documentation

API reference

Publisher

verified publisherdariovarriale.dev

Weekly Downloads

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

Topics

#password #generator #password-strength

License

MIT (license)

Dependencies

flutter

More

Packages that depend on password_strength_checker