cdx_chat 0.0.2
cdx_chat: ^0.0.2 copied to clipboard
A Flutter package for managing chat with support for messages, replies, user blocking, and real-time updates.
0.0.2 #
- Added logo image to README header
0.0.1 #
- Initial release of cdx_chat package
- Support for real-time chat with stream-based message updates
- Reply to messages functionality
- Message deletion (soft delete)
- User blocking/unblocking
- Unread message count tracking
- Mark messages as read
- Multi-language support (English and Italian)
- Extensible architecture with service interfaces
- Provider-based state management
- Highly customizable theme, text styles, and app actions
- Auto-scroll to latest messages
- Smart message filtering (blocked users)
- Comprehensive unit tests