action_cable 1.3.0
action_cable: ^1.3.0 copied to clipboard
ActionCable client port in dart, available in web, dartVM and flutter.
2019-11-21 0.1.0 #
First version
2020-05-07 1.0.0 #
Major update.
- handles disconnecting
2020-07-01 1.1.0 #
- onConnectionLost and onCannotConnect
2021-03-30 1.2.0 #
- null safety
- updated dependencies
2024-10-25 1.3.0 #
Breaking Changes #
- change connect function from
ActionCable.Connect
toActionCable.connect
Updates #
- support for dart 3
- updated websocket dependency
- improve readability of the core code by leveraging dart's null safety