artemis_socket_plugin 1.0.2 copy "artemis_socket_plugin: ^1.0.2" to clipboard
artemis_socket_plugin: ^1.0.2 copied to clipboard

Artemis Socket Plugin - configuration-driven Flutter SDK for real-time AI agent chat over WebSockets on iOS and Android.

1.0.2 #

  • Lowered the Dart SDK requirement to 3.11.4 and aligned the minimum Flutter version with Flutter 3.41.6 for client compatibility.

1.0.1 #

  • Ended sessions now clear local conversation state and invalidate the SDK token so the next connection creates a fresh session.
  • Added SDKBootstrapTokenProvider support for obtaining a fresh verified-user bootstrap token after ending a session.
  • Prevented reconnecting while an end-session request is awaiting server confirmation.

1.0.0 #

  • First stable release.
  • Real-time WebSocket transport powered by web_socket_channel: ^3.0.1.
  • Configuration-first design: all settings loaded from assets/sdk_configurations.yaml.
  • AgentSDK entry point with initialize(), connect(), sendMessage(), and message history.
  • SDK and chat event streams (connection lifecycle, streaming messages, typing indicators, errors).
  • Token bootstrap + WebSocket ticket authentication with automatic reconnection (exponential backoff).
  • Environment-specific configuration overrides (dev/staging/prod).

0.0.1 #

  • Initial SDK structure with configuration system and basic chat.
0
likes
140
points
64
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Artemis Socket Plugin - configuration-driven Flutter SDK for real-time AI agent chat over WebSockets on iOS and Android.

Repository
View/report issues

License

unknown (license)

Dependencies

flutter, http, plugin_platform_interface, web_socket_channel, yaml

More

Packages that depend on artemis_socket_plugin

Packages that implement artemis_socket_plugin