zxcvbn 0.0.1 copy "zxcvbn: ^0.0.1" to clipboard
zxcvbn: ^0.0.1 copied to clipboard

outdated

Dart port of DropBox's zxcvbn library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zxcvbn

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

dependencies:
  zxcvbn: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:zxcvbn/zxcvbn.dart';
15
likes
50
points
4.37k
downloads

Publisher

verified publishercareapp.com.au

Weekly Downloads

Dart port of DropBox's zxcvbn library.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on zxcvbn