oichat_ui 0.1.1
oichat_ui: ^0.1.1 copied to clipboard
Pre-built UI widgets for OiChat SDK. Room list, chat view, and more.
0.1.1 #
- Add bilingual README (English + Korean)
- Add badges, banner, and documentation links
- Add GitHub sample project links
0.1.0 #
- Initial release
- OiChatProvider: SDK initialization + theme/features propagation
- OiChatRoomList: Room list with pagination, real-time updates, unread badges
- OiChatView: Chat screen with real-time messaging, history, read receipts
- OiMessageBubble: Message bubble (text, image, file, system)
- OiMessageInput: Message input with file/image attachment
- OiAvatar: Hash-based color avatar
- OiConnectionIndicator: Online/Offline status
- OiTypingIndicator: Typing animation
- OiChatThemeData: Theme customization (light/dark/fromMaterial presets)
- OiChatFeatures: Feature toggles (11 toggles)
- Server Mode + Client Mode support