cah4a / dart_nock

HTTP requests mocking library for dart and flutter.
https://pub.dev/packages/nock
MIT License
20 stars 14 forks source link

Null safety support #7

Closed pblinux closed 3 years ago

pblinux commented 3 years ago

Hi @cah4a! hope you are doing well.

I was wondering if the package will get null safety support? I have a package that depends on nock but I have not yet been able to migrate it.

:smile:

cah4a commented 3 years ago

Hey @pblinux!

Yesterday I've published v1.2.0 with null-safety support. But it doesn't have a "null-safe" badge, because of test package dependency, which still doesn't have full null-safety support in stable releases.

pblinux commented 3 years ago

Sorry I didn't respond. Thank you very much @cah4a for include null safety support, your package is so useful. 👏 🙏

cah4a commented 3 years ago

@pblinux My pleasure!

cah4a commented 3 years ago

Now nock has the badge. I'm closing the issue.

Thanks again for the collaboration!