appcraft_sockets
Typed WebSocket client with automatic reconnect and an application-defined message type registry. Runs on mobile, desktop and web.
0.0.1
58 downloads/mo
#3530 most downloaded on pub.dev
AppCraftTeam/appcraft_sockets-flutter
What this package is like to depend on
Last release 11 days ago
12 Aug 2026
Too new to tell
only 1 dated releases
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
1 releases · first in 2026
1 release in the last 12 months
see the full history below
Release timeline
1 releases · Aug 2026 to Aug 2026Releases
latest 1-
0.0.112 Aug 2026Release notes
Open source →- Initial release.
WebSocketClientwith an application-defined message type registry:
registerMessageType,registerJsonMessageType,removeMessageTypeand
typedlistenMessages<T>()streams.- Automatic reconnection on any close until
disconnect()is called, with
configurable attempt limit and interval; message streams survive reconnects. onSocketClosecallback for the point where the client stops reconnecting.- Mobile, desktop and web support through conditional imports.