pusher_client 1.0.2 pusher_client: ^1.0.2 copied to clipboard
A Pusher Channels client plugin for Flutter targeting Android and iOS. It wraps pusher-websocket-java v2.2.5 and pusher-websocket-swift v8.0.0.
1.0.2 - November 17, 2020 #
- BUGFIX: Fixes issue #1, Double backslashes in the bind event breaks the JSON encoding. (This issue was only on android, iOS worked fine.)
1.0.1 - November 7, 2020 #
- BUGFIX: Fixed not being able to bind to multiple types of channels at once.
1.0.0 - October 26, 2020 #
- This is a complete Pusher Channels client library for flutter that fully supports Android and iOS with all the necessary and newest features such as having private encrypted channels. Triggering client event also works on both Android and iOS