Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Support Flutter Web #21

Open
josancamon19 opened this issue May 28, 2020 · 2 comments
Open

Support Flutter Web #21

josancamon19 opened this issue May 28, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@josancamon19
Copy link

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.

@MisterJimson
Copy link
Contributor

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

@MisterJimson MisterJimson added the enhancement New feature or request label May 29, 2020
@MisterJimson MisterJimson changed the title Plugin is not working correctly in flutter web Support Flutter Web May 29, 2020
@josancamon19
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants