Skip to content

Releases: AppCraftTeam/appcraft_sockets-flutter

Release list

0.0.1

Choose a tag to compare

@brun0xon brun0xon released this 12 Aug 14:03
  • Initial release.
  • WebSocketClient with an application-defined message type registry:
    registerMessageType, registerJsonMessageType, removeMessageType and
    typed listenMessages<T>() streams.
  • Automatic reconnection on any close until disconnect() is called, with
    configurable attempt limit and interval; message streams survive reconnects.
  • onSocketClose callback for the point where the client stops reconnecting.
  • Mobile, desktop and web support through conditional imports.