infitio / flutter_socket_io

Socket IO supprt for flutter. Looking for contributors Swift and Java.
Other
191 stars 113 forks source link

Null safety migration #165

Open dna-f opened 3 years ago

dna-f commented 3 years ago

Hi! Is null safety migration on roadmap?

tiholic commented 3 years ago

There is an open PR #163

Feel free to review and share any inputs. I will review and land it soon.

byshy commented 3 years ago

any updates on this? @tiholic

dna-f commented 3 years ago

I migrate to https://pub.dev/packages/socket_io_client The switch was quite simple. The library covers all platforms and depends on dart only (no native platform code) Give it a try!