pusher_websocket_flutter 0.1.0 pusher_websocket_flutter: ^0.1.0 copied to clipboard
A Flutter plugin to listen to events sent through pusher. Wraps the native Java and Swift libraries
0.1.0 #
Thanks to GillesMontyne
Readme updated with better usage information Support for Pusher's auth system Better configurability in PusherOptions (host, port, encrypted, activityTimeout)
0.0.8 #
Update json_annotation and json_serializable
0.0.7 #
Run Android callbacks on main thread
0.0.6 #
Setting iOS pod as a static framework
0.0.5 #
Fixed hot restart resulting in duplicate callbacks
0.0.4 #
Fixed calling bind
multiple times with the same event name resulting in duplicate callbacks on iOS
0.0.3 #
Added return type of void
for bind callback
0.0.2 #
Small fixes for pub listing
0.0.1 #
Initial release with support for channels and events