flutter_password_scoring 0.2.0 copy "flutter_password_scoring: ^0.2.0" to clipboard
flutter_password_scoring: ^0.2.0 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 Dart:

 $ dart pub add flutter_password_scoring

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 dart pub get):

dependencies:
  flutter_password_scoring: ^0.2.0

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
11
downloads

Publisher

verified publisherinway.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_zxcvbn, dart_zxcvbn_language_common, flutter

More

Packages that depend on flutter_password_scoring