pusher-channels-flutter icon indicating copy to clipboard operation
pusher-channels-flutter copied to clipboard

Pusher Channels client library for Flutter targeting IOS, Android, and WEB

Results 44 pusher-channels-flutter issues
Sort by recently updated
recently updated
newest added

it looks like pusher.init dos not work. I took your example, made an app on pusher.com but i dont see any actions after pusher.init. pusher.subscribe dosnot start because we are...

I keep getting a platform exception on android that pusher has already been initialized.

I'm using this package for the first time... and when i try to init inside a try/catch block i receive this error: `I/flutter ( 7005): PlatformException(PusherChannelsFlutter, Pusher Channels already initialized.,...

@sonologico thanks for your time. Allowing reinit was only part of the problem. My project doesn't compile since https://github.com/pusher/pusher-channels-flutter/pull/75 on Android. There are a lot of changes on android files....

Hi, I have initialized pusher in the method, however, there was an issue when I use onEvent. I used setState to see data coming from an event from the pusher...

when i try to integrate local auth (official package from flutter ) i have to change flutter activity to fragment activity and it is causing to crash in devices which...

I am attempting to subscribe to a private channel. The following is the instantiation of Pusher: ``` PusherChannelsFlutter pusher = PusherChannelsFlutter.getInstance(); var myChannelName = 'private-MyChannel'; try { await pusher.init( apiKey:...

When running the application in debug, the package works fine. But when I build for web with "flutter build web" It's not working. I even tried running the example in...

bug

how to connect with two channel pusher in flutter? I already have a flutter which is already connected to one channel

## Missing Features on Android & IOS Platform - Authorization Support - Host url, ws port and wss port can't be configure dynamically ## CHANGELOG (For Android & iOS platform)...