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

Support Flutter Web

Open josancamon19 opened this issue 5 years ago • 2 comments

The following code is supposed to works for the initialization of pusher Works in Android and iOS

 await Pusher.init( "KEY", PusherOptions(cluster: "-",), enableLogging: true);

With flutter web this initialization code is even unable to initiate, no errors apparently, just the line is never completed and the code gets stopped.

josancamon19 avatar May 28 '20 22:05 josancamon19

This plugin does not support Flutter web, its a wrapper around the iOS and Android SDKs

MisterJimson avatar May 29 '20 11:05 MisterJimson

Yep, that's what I found in the docs, the thing is that in the pub page says web supported, so that confused me a lot. I'll be waiting for the flutter support. Screen Shot 2020-06-01 at 4 04 39 PM

josancamon19 avatar Jun 01 '20 21:06 josancamon19