ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

error on Chrome: No implementation found for method resetAblyClients on channel io.ably.flutter.plugin #543

Open ln613 opened 3 weeks ago

ln613 commented 3 weeks ago

No issues when running on io/android, but when running on chrome, I got the error "MissingPluginException(No implementation found for method resetAblyClients on channel io.ably.flutter.plugin)"

┆Issue is synchronized with this Jira Task by Unito

ttypic commented 3 weeks ago

Hey @ln613,

Thanks for reaching out. Unfortunately, the Ably Flutter SDK doesn't support the web target yet. As a workaround, you can try using the Ably JS SDK. Flutter has excellent interoperability with JavaScript; see this guide for more details.