achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1
MIT License
79 stars 40 forks source link

Null Safety support #47

Closed DrNik closed 3 years ago

DrNik commented 3 years ago

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

achilleasa commented 3 years ago

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.

achilleasa commented 3 years ago

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.

DrNik commented 3 years ago

Nice news, thanks man.

achilleasa commented 3 years ago

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.