Skip to main content
FieldValue
Packagecometchat_chat_uikit
PurposeIndex of task-oriented feature guides for the Flutter UI Kit
Sample appGitHub
ComponentsComponents Overview
GuidesBlock/Unblock · Call Log Details · Group Chat · Message Privately · New Chat · Search Messages · Threaded Messages · AI Agent
This page indexes focused, task‑oriented feature guides for the Flutter UI Kit. Each guide shows how to implement a specific capability end‑to‑end using UI kit components.

When to Use These Guides

Use these after finishing Getting Started and wiring a basic conversations/messages experience. Add them incrementally to deepen functionality without rebuilding fundamentals.

Feature Guides

GuideDescription
Block / Unblock UserLet users block or unblock others; enforce privacy by hiding interaction options and preventing message flow.
Call Log DetailsProvide a post‑call details screen with metadata, participants, history, and recordings for audit & support.
Group ManagementCreate/join groups, view members, add / remove users, manage roles, and moderate participation.
Message PrivatelyStart a direct 1:1 chat from a profile or list; optionally send an initial message to surface the conversation.
New ChatOffer a unified discovery screen for users & groups and launch new chats quickly.
Search MessagesFull-text message search across conversations with result routing and navigation.
Threaded MessagesEnable threaded replies: open parent message context, browse replies, and compose within a focused thread.
AI Agent IntegrationIntegrate AI agents with chat history, contextual responses, and seamless handoffs.

Formatter Guides

GuideDescription
Custom Text FormatterBuild custom inline text patterns with regex, styling, and callbacks.
Mentions FormatterAdd @mentions with user suggestions and styled tokens.
URL FormatterAuto-detect and style URLs as clickable links.
Shortcut FormatterCreate keyboard shortcuts for quick text insertion.
Need another guide? Request one via CometChat Support.

Next Steps