achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null Safety support

DrNik opened this issue · comments

Hi,
is there any plan to support Sound Null Safety?

Not for the time being as this is a relatively new (2.12+ I believe) feature. It's definitely worth revisiting after a few more minor Dart releases are out.

I managed to allocate some time to make the required changes for enabling null-safety. The feature should be available in the upcoming 0.1.6 release.

Nice news, thanks man.

I have bumped the minor version of the package as per the null-safety migration guidelines and published version 0.2.0 which enables null-safety support. Please let me know if you encounter any issues with it.