pusher_client_socket 0.0.7
pusher_client_socket: ^0.0.7 copied to clipboard
The pusher client using websocket client [available for all platforms]
0.0.7 - 2025-11-13 #
- Merge Refactor PusherOptions to improve URI construction and logging format pull request.
- Edit Package example script and improve it.
0.0.6 - 2025-10-17 #
- Upgrade flutter sdk version.
- Merge Headers passed in as function instead of value pull request.
0.0.5 - 2025-03-27 #
- Upgrade flutter sdk version.
0.0.4 - 2025-02-23 #
- merge commit Close and reset web_socket connection
- merge commit Update connected to true when Connection state is Reconnected
- Upgrade flutter sdk version.
0.0.3+1 - 2025-01-02 #
- Upgrade flutter sdk version.
0.0.3 - 2024-11-04 20:25 #
- Add members getter variable in presence channel.
0.0.2+7 - 2024-11-04 18:16 #
- Fix channels subscribe & unsubscribe.
- Fix client reconnect error.
0.0.2+6 - 2024-11-01 20:17 #
- Fix Member add and member remove functions.
0.0.2+5 - 2024-11-01 19:52 #
- Fix Member fromMap function.
0.0.2+4 - 2024-11-01 14:52 #
- Upgrade flutter sdk version.
0.0.2+3 - 2024-10-26 17:24 #
- Upgrade sdk version.
- Upgrade packages versions.
0.0.2+2 - 2024-09-27 17:06 #
- Bug Fix: the remove function of the Collection class doesn't remove a channel from the collections because the condition to check if the channel id exist was wrong.
0.0.2+1 - 2024-09-03 20:34 #
- Upgrade flutter sdk.
0.0.2 - 2024-08-17 14:09 #
- Remove
protocolparameter fromPusherOptions. - Add
wsPortparameter toPusherOptions. - Add
wssPortparameter toPusherOptions. - Add
encryptedparameter toPusherOptions. - Add
maxReconnectionAttemptsparameter toPusherOptions. - Add
reconnectGapparameter toPusherOptions. - Improve websocket connection uri generator.
0.0.1+1 - 2024-08-16 21:04 #
- Handle
pusher_internal:andpusher:events. - Add
onSubscriptionSuccessevent for all channels. - Upgrade
web_socket_clientto^0.1.0.
0.0.1 - 2024-08-16 19:43 #
- Connect to a Pusher server using WebSockets.
- Available for all platforms (Android, IOS, MacOS, WindowsOS, LinuxOS, Web).
- Subscribe to public, private, private encrypted, and presence channels.
- Bind event listeners to handle custom and Pusher-specific events.
- Automatic reconnection logic for handling connection interruptions.
- Activity check mechanism to ensure the connection remains active.