olubunmitosin/laravel_flutter_pusher

Cannot trigger channels with data

Opened this issue · 5 comments

You can't trigger event with data from app, because on Android it's not implemented and on iOS it triggers only empty list.
While I have copied this plugin locally and made changes with using link below as example, the package still doesn't offer it:
https://github.com/chinloyal/pusher_client/blob/81fec442e5a6deaaf59a08c2ae89fd5597036b6b/android/src/main/kotlin/com/github/chinloyal/pusher_client/pusher/PusherService.kt

Yet, I'm thankful that this is one of few packages where this laravel websockets plugin in general works on both platforms

Alright I'll add pull request somewhat later as I've never done this before, but I would gladly offer a change.

@ebelevics Any updates here?

je2781 commented

@ebelevics and @olubunmitosin any new updates on triggering events with data?