async_cable
Async/stream-oriented implementation of the Rails ActionCable protocol for Dart & Flutter.
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 6 months
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
9 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Apr 2023 to Oct 2023
2024
2025
2026
Releases
latest 9-
1.2.215 Oct 2023 -
1.2.113 Oct 2023Release notes
Open source →- Complete the
connectedfuture with aAsyncCableClientClosedConnectionerror ifclose()is called.
- Complete the
-
1.2.011 Oct 2023Release notes
Open source →- Emit
AsyncCableClientClosedConnectioninstead ofStateErrorfrom subscription futures ifclose()is called. - Fix
Futureerror when callingclose()twice.
- Emit
-
1.1.410 Oct 2023 -
1.1.328 Apr 2023Release notes
Open source →- Defer cancelling the stream subscription to workaround race in
SecureSocket.
- Defer cancelling the stream subscription to workaround race in
-
1.1.213 Apr 2023Release notes
Open source →- Synchronously convert the stream controller into channels to avoid the possibility of missing a channel message received on the websocket straight after the
confirm_subscription.
- Synchronously convert the stream controller into channels to avoid the possibility of missing a channel message received on the websocket straight after the
-
1.1.112 Apr 2023Release notes
Open source →- Don't try to send unsubscribe messages if the channel is already closed.
-
1.1.012 Apr 2023Release notes
Open source →- Add
isConnectionClosedonAsyncCableChannel(matchingisClosedonAsyncCableConnection).
- Add
-
1.0.006 Apr 2023