What this package is like to depend on
Last release 1 months ago
08 Jul 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2026 to Jul 2026Releases
latest 2-
0.2.108 Jul 2026Release notes
Open source →- Added dartdoc comments across the public API.
- Added example/ directory with usage demo.
- Various stability improvements and fixes.
-
0.2.008 Jul 2026Release notes
Open source →- Heartbeat: Added
HeartbeatConfig,startHeartbeat/stopHeartbeatwith PING/PONG keep-alive and automatic stale-connection detection viaPeer.onDisconnected. - Auto-Reconnect: Added
ReconnectPolicyandSession.start()parameters for exponential-backoff transport rebuild.Session.onReconnectedfires after a successful recovery. - De-static Lan:
Lannow supports instance usage (Lan()for independent listeners). StaticLan.listen/Lan.connect/Lan.stopremain unchanged for backward compatibility. - Stream channel events:
StreamChannelnow exposesonStreamOpened/onStreamClosedstreams andactiveStreamIds. - Minor:
Packet.ping()/Packet.pong()factories;ReconnectPolicy; internal buffer and timer clean-up.
- Heartbeat: Added