baxcloud_chat_uikit_sdk 0.1.0
baxcloud_chat_uikit_sdk: ^0.1.0 copied to clipboard
BaxCloud Chat UI Kit — realtime messaging with ready-made layouts (standard, compact, live overlay) and bring-your-own design hooks.
Changelog #
0.1.0 #
Initial public release of the BaxCloud Chat UI Kit.
Features #
BaxChatView— drop-in room chat (token join viabaxcloud_core)- Layout presets:
standard,compact,liveOverlay(left-aligned stream comments) BaxChatUiConfig— theming, presence, edge fade, i18n templates; preset factories accept named overrides- Join / leave system messages (toggle +
{name}templates / builders) - Typing indicators — opt-in (
enableTypingIndicators), BYO viatypingBuilder/ controller APIs - Hide input (
showInput: false) and send withBaxChatController - App-owned history:
onMessage,initialMessages,seedMessages(BaxCloud does not store chat history) - BYO chrome:
messageBuilder,inputBuilder,inChatBuilder BaxChats.initialize+ optionalBaxChatView.user(falls back tolocalUser)- Example app with multi-mode demos