chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)
https://pusher.com/channels
MIT License
42 stars 175 forks source link

More Platforms #40

Open as2a3 opened 2 years ago

as2a3 commented 2 years ago

I want to use pusher with more platforms like Web and Windows. Will you update it for support more platforms?

Davete0302 commented 2 years ago

up

candrawardana commented 2 years ago

up

nakapon9517 commented 1 year ago

up

as2a3 commented 1 year ago

@nakapon9517 @candrawardana @Davete0302

You can use this lib

Flutter pusher Channels

It provides Android, IOS, and Web

nakapon9517 commented 1 year ago

Thanks. @as2a3

I am thinking of using laravel_echo. However, when I try to use pusher_channels_flutter with laravel_echo, I can't get it to work, probably due to incompatibility.

Does this mean that it is currently not possible to use laravel_echo to run Flutter web?

fyp pusher_channels_flutter: https://pub.dev/packages/pusher_channels_flutter laravel_echo: https://pub.dev/packages/laravel_echo#pusher

nakapon9517 commented 1 year ago

Left: pusher_channels_flutter Right: laravel_echo

image

The pusher called in laravel_echo assumes flutter_pusher_client, and an error occurs in the process per subscribe of the pusher.

I would like to solve this problem without modifying these great libraries, but if you know of any other good libraries, I would appreciate it if you could let me know.

Thanks.