paanj_chat_client 0.0.2
paanj_chat_client: ^0.0.2 copied to clipboard
Chat Client SDK for Paanj platform. Provides real-time messaging, conversation management, and user presence.
0.0.2 #
- Features: Added a complete
exampleapplication demonstrating usage. - Documentation: Added comprehensive API documentation for all public members.
- Fixes: Fixed a potential crash when listing conversations for new users.
- Deps: Updated core
paanj_clientdependency to^0.0.2.
0.0.1 #
- Initial release of the
paanj_chat_clientSDK. - Features:
- Conversations: Full conversation management including creation, listing with pagination, and getting details.
- Messages: Real-time message sending/receiving and fetching message history.
- Participants: Add, list, and manage conversation participants.
- User Management: Block/Unblock users and retrieve blocked user lists.
- Context APIs: Fluent APIs for
conversation(id)anduser(id)interactions. - Events: Real-time updates for new messages and conversation changes.