kakajansh / echo

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

Connect with laravel-websocket #14

Closed fabianArlex closed 4 years ago

fabianArlex commented 4 years ago

Hi, some way to connect with the laravel web-socket pusher package?, thanks

heywhy commented 4 years ago

@fabianArlex 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

kakajansh commented 4 years ago

waiting on @kakajansh to upload the updates to dart/flutter repository

done