flutter_password_scoring 0.0.2+2 copy "flutter_password_scoring: ^0.0.2+2" to clipboard
flutter_password_scoring: ^0.0.2+2 copied to clipboard

Helper library to score password strength with `dart_zxcvbn` and provide suggestions for improvement.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_password_scoring

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

dependencies:
  flutter_password_scoring: ^0.0.2+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:flutter_password_scoring/flutter_password_scoring.dart';
1
likes
140
pub points
28%
popularity

Publisher

verified publisherinway.dev

Helper library to score password strength with `dart_zxcvbn` and provide suggestions for improvement.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_zxcvbn, flutter

More

Packages that depend on flutter_password_scoring