art_adk
Flutter SDK for ART realtime communication with WebSocket channels, AI Agents, AI Orchestrators, presence tracking, end-to-end encrypted messaging, and CRDT-backed shared objects.
1.0.5
What this package is like to depend on
Last release 5 days ago
19 Aug 2026
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
7 releases · first in 2026
7 releases in the last 12 months
see the full history below
Release timeline
7 releases · Apr 2026 to Aug 2026Releases
latest 7-
1.0.519 Aug 2026 -
1.0.416 Jul 2026 -
1.0.315 Jul 2026Release notes
Open source →- Added Agent API
- Added Orchestrator API
- Added Agent Tester example
- Added Orchestrator Tester example
-
1.0.224 Apr 2026Release notes
Open source →Documentation & pub.dev polish
- Added dartdoc comments to every public API surface (
Adk,Socket,Subscription,LiveObjSubscription,Interception,EventEmitter,LongPollClient,CRDT/CRDTProxy, CRDT operation types,LDValuehierarchy,CryptoBox,Auth, and all config / type classes) so the enabledpublic_member_api_docslint runs clean. - Tightened the package description and left
repository/issue_trackerplaceholders inpubspec.yamlfor the public source URL.
- Added dartdoc comments to every public API surface (
-
1.0.123 Apr 2026Release notes
Open source →Updated the Documentation
- Improved onboarding with more structured and clear documentation
-
1.0.023 Apr 2026Release notes
Open source →Documentation
- README rewritten end-to-end
- Added full sections for:
- Presence
- Encrypted Channels
- Shared Objects
- Interceptors
- Added clear examples for all major features
- Included API reference table for all public classes
- Installation guide aligned with Flutter ADK docs for easier cross-platform onboarding
-
0.0.120 Apr 2026Release notes
Open source →Initial Version
- Initial release of ART ADK
- WebSocket connection management
- Channel subscription (broadcast, targeted, group, encrypted, shared)
- Message push functionality
- Event listening
- User presence tracking
- Encrypted channel support
- Interceptors for message processing
- CRDT-based shared object channels