kakajansh / echo

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

pusher replacement package? #59

Open nicolasvahidzein opened 1 year ago

nicolasvahidzein commented 1 year ago

Hello,

did you find a pusher replacement considering your officially supported package is no longer maintained?

This is a huge problem.

AlexHupe commented 1 year ago

This one should be better: https://pub.dev/packages/laravel_flutter_pusher/versions/0.0.4

nicolasvahidzein commented 1 year ago

No man, this is what you should use:

dart_pusher_channels

All these other ones are not well maintained nor supported.

This is the official package with good support and up to date for the new release of websockets on laravel.

AlexHupe commented 1 year ago

Thank you! Works like a charm :-D