kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
108 stars 70 forks source link

Pusher support #13

Closed nicolasvahidzein closed 4 years ago

nicolasvahidzein commented 4 years ago

Hello. Will you be implementing pusher service support soon?

Thank you for your great contribution.

heywhy commented 4 years ago

@nicolasvahidzein There is a PR #11 which I'll be merging in few days from now, the underlying pusher package is flutter_pusher_client which works fine for android but hasn't been tested against iOS. iOS support will be gladly welcomed at flutter_pusher_client

Atanda Rasheed

heywhy commented 4 years ago

The PR has been merged, I'm waiting on @kakajansh to upload the updates to dart/flutter repository, while we still waiting on that you can depend on the fork echo by adding:

dependencies:
  laravel_echo:
    git:
      url: git://github.com/heywhy/echo.git

Atanda Rasheed

nicolasvahidzein commented 4 years ago

i'm not an expert, but how can i help? i develop on ios as well so i can look out for issues. Let me know what i can do to help.

heywhy commented 4 years ago

The repository for the pusher client is at https://github.com/heywhy/flutter-pusher-client. I'll be glad if you can help.

Atanda Rasheed

heywhy commented 4 years ago

The updates has been published already.

Atanda Rasheed