kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
107 stars 68 forks source link

Migrate to nullsafety please #41

Closed oengmengthong closed 2 years ago

nicolasvahidzein commented 2 years ago

+1 How can we fix this? Null safety is crucial at this point. Thanks.

oengmengthong commented 2 years ago

@nicolasvahidzein as I think, flutter still uses null safety. because it helps improve performance. I hope flutter will open project can run both types of library. but currently, if the project uses SDK null safety, all libraries or plugins must be null safety too.

nicolasvahidzein commented 2 years ago

@oengmengthong thats exactly what i am saying we need null safety right now. It is a blocking issue.

SergiiMytakii commented 2 years ago

+++

nicolasvahidzein commented 2 years ago

Hey @kakajansh thanks for the new release but we really need null safety more than anything.

kakajansh commented 2 years ago

@nicolasvahidzein Please try latest beta version. It supports null-safety

https://pub.dev/packages/laravel_echo/versions/1.0.0-beta.1

nicolasvahidzein commented 2 years ago

Wonderful thanks. Will do. Any news on when pusher Will be doing the same?