password_strength_validator 0.0.3 copy "password_strength_validator: ^0.0.3" to clipboard
password_strength_validator: ^0.0.3 copied to clipboard

Validates Password and checks strength

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add password_strength_validator

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

dependencies:
  password_strength_validator: ^0.0.3

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_validator/password_strength_validator.dart';
3
likes
100
pub points
9%
popularity

Publisher

unverified uploader

Validates Password and checks strength

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, percent_indicator

More

Packages that depend on password_strength_validator