careapp-group / zxcvbn-dart

Dart port of DropBox's Zxcvbn for use in Flutter and other Dart apps
https://pub.dev/packages/zxcvbn
MIT License
11 stars 6 forks source link

Migrate to null safety #7

Closed lmordell closed 3 years ago

lmordell commented 3 years ago

With the release of Flutter 2.0, a lot of people are upgrading their packages to null-safe versions. For this PR, I ran the dart migrate command and applied the changes to this package to make it null sound.

hpoul commented 3 years ago

@MichaelMarner @careapp-inc any chance on getting this merged/released? are there any problems with this PR 🤔️ thanks

hpoul commented 3 years ago

fyi, i've fixed the travis test in #8

MichaelMarner commented 3 years ago

Hi @hpoul sorry for the delay, I must have missed the notification of your PR. Thanks for your contribution! Looks good to me!