vukoye / xmpp_dart

Lightweight XMPP client library written in Dart
Apache License 2.0
83 stars 64 forks source link

migrate to null safety #52

Open aytunch opened 3 years ago

aytunch commented 3 years ago

Are there any plans? on pub dev I haven't seen null safety support label that is why I opened this issue Also on a side note, there is no github link in pub dev. It would be nice to link the github repo from there for simplicity. https://pub.dev/packages/xmpp_stone

TatankaConCube commented 3 years ago

@vukoye I prepared code migration for 'Null safety' feature in my repo in branch feature/null_safety. You can merge it to your separated branch and publish it to pub.dev as a separate dev version with 'Null safety' support.

vukoye commented 3 years ago

Thanks! I will merge it as soon as possible. I didn't have much time to spend on this, will try to add some more features in near future.