dart-league / validators

:turtle: String validation and sanitization for Dart.
https://pub.dartlang.org/packages/validators
MIT License
82 stars 27 forks source link

plans for null safety support #23

Open fogelfish opened 3 years ago

fogelfish commented 3 years ago

Are there plans to add null safety support to this package? If so can you estimate when? Thanks very much for your work.

bsutton commented 3 years ago

There is one dependency holding this up which is the vin validation.

I raised an issue on the vin project yesterday and the dev said he would try to sort it out in the next couple of days.

fogelfish commented 3 years ago

Very glad to hear this. Thanks.

pmundt commented 3 years ago

I published a null safety version of the vin_decoder package yesterday, so there should now no longer be any outstanding blockers.

bsutton commented 3 years ago

There are now 2 PRs which provide migrations to null safety.

Can we please get one of these published.

bsutton commented 3 years ago

I've published validators2 in pub.dev as a nnbd implementation until the package maintainers get the official release out.