From 3a0dff371ff1d5606c8b5ca8e870f71e51179482 Mon Sep 17 00:00:00 2001 From: Lee Mordell Date: Fri, 12 Feb 2021 09:03:21 -0800 Subject: [PATCH] Add dart library link to README.md Dart is a popular programming language for Flutter development. Added a link to the Dart implementation of zxcvbn. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f110a62c..d59f3e0a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ At Dropbox we use zxcvbn ([Release notes](https://github.com/dropbox/zxcvbn/rele * [`zxcvbn-cs`](https://github.com/mickford/zxcvbn-cs) (C#/.NET) * [`szxcvbn`](https://github.com/tekul/szxcvbn) (Scala) * [`zxcvbn-php`](https://github.com/bjeavons/zxcvbn-php) (PHP) +* [`zxcvbn-dart`](https://github.com/careapp-inc/zxcvbn-dart) (Dart) * [`zxcvbn-api`](https://github.com/wcjr/zxcvbn-api) (REST) * [`ocaml-zxcvbn`](https://github.com/cryptosense/ocaml-zxcvbn) (OCaml bindings for `zxcvbn-c`)