art_adk 1.0.2
art_adk: ^1.0.2 copied to clipboard
Flutter SDK for ART realtime messaging — WebSocket channels, presence tracking, end-to-end encrypted channels, and CRDT-backed shared objects.
1.0.2 #
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.
1.0.1 #
Updated the Documentation #
- Improved onboarding with more structured and clear documentation
1.0.0 #
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.1 — Initial Release #
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