artemis_socket_plugin
Artemis Socket Plugin - configuration-driven Flutter SDK for real-time AI agent chat over WebSockets on iOS and Android.
1.0.2
source
What this package is like to depend on
Last release 1 months ago
20 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jun 2026 to Jul 2026Releases
latest 3-
1.0.220 Jul 2026Release notes
Open source →- 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.117 Jul 2026Release notes
Open source →- Ended sessions now clear local conversation state and invalidate the SDK token so the next connection creates a fresh session.
- Added
SDKBootstrapTokenProvidersupport 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.025 Jun 2026Release notes
Open source →- 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. AgentSDKentry point withinitialize(),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).