# CometChat Docs: Chat & Messaging UI Kits Flutter

> Technical documentation & Implementation guides to add In-app Messaging & Voice & Video Calling to your apps and websites in minutes.

## Flutter

### v6‎‎‎‎

####  

- [CometChat UI Kit For Flutter (V6)](https://www.cometchat.com/docs/ui-kit/flutter/overview.md): Use CometChat Flutter UI Kit V6 to add prebuilt chat widgets, calls, theming, localization, and customizable messaging experiences.
- [Flutter Sample App](https://www.cometchat.com/docs/ui-kit/flutter/link/sample.md): Navigate to Flutter Sample App documentation.
- [Changelog](https://www.cometchat.com/docs/ui-kit/flutter/link/changelog.md): Navigate to Changelog documentation.

##### Getting Started

- [Getting Started With CometChat Flutter UI Kit V6](https://www.cometchat.com/docs/ui-kit/flutter/getting-started.md): Set up CometChat Flutter UI Kit V6 with app credentials, package installation, initialization, users, groups, messages, and calls.
- [Conversation List + Message View](https://www.cometchat.com/docs/ui-kit/flutter/flutter-conversation.md): Build a two-panel CometChat Flutter UI Kit layout with a conversation list, active message view, headers, lists, and composer.
- [Building A One To One/Group Chat Experience](https://www.cometchat.com/docs/ui-kit/flutter/flutter-one-to-one-chat.md): Build one-to-one and group chat screens in CometChat Flutter UI Kit with message headers, message lists, composers, and user lookup.
- [Building A Messaging UI With Tabs, Sidebar, And Message View](https://www.cometchat.com/docs/ui-kit/flutter/flutter-tab-based-chat.md): Build a tab-based CometChat Flutter UI Kit chat UI with conversations, users, groups, sidebar navigation, and message view.

##### Features

- [Call](https://www.cometchat.com/docs/ui-kit/flutter/call-features.md): Integrate CometChat Flutter UI Kit calling with one-on-one and group audio/video calls, setup, initialization, and call events.
- [Campaigns](https://www.cometchat.com/docs/ui-kit/flutter/campaigns.md): Deliver targeted, rich notifications to users via an in-app notification feed powered by the CometChat Cards renderer.

###### Chat

- [Core Features](https://www.cometchat.com/docs/ui-kit/flutter/core-features.md): Review CometChat Flutter UI Kit core features for messaging, media sharing, receipts, presence, reactions, threads, and calls.
- [Extensions](https://www.cometchat.com/docs/ui-kit/flutter/extensions.md): Use CometChat Flutter UI Kit extensions for stickers, polls, collaborative tools, reactions, smart replies, and link previews.

##### Theming

- [Theming In CometChat Flutter UI Kit V6](https://www.cometchat.com/docs/ui-kit/flutter/theme-introduction.md): Customize CometChat Flutter UI Kit themes with color palettes, typography, spacing, light and dark mode, icons, and ThemeExtension.
- [Color Resources](https://www.cometchat.com/docs/ui-kit/flutter/color-resources.md): Customize the CometChat Flutter UI Kit theme with palettes for light mode, dark mode, backgrounds, text, borders, icons, and buttons.
- [Component Styling](https://www.cometchat.com/docs/ui-kit/flutter/component-styling.md): Style CometChat Flutter UI Kit components with ThemeData extensions, component-level style objects, message bubbles, and call UI.
- [Customizing Message Bubbles](https://www.cometchat.com/docs/ui-kit/flutter/message-bubble-styling.md): Customize CometChat Flutter UI Kit message bubbles with incoming and outgoing styles, theme extensions, reactions, timestamps, and avatars.
- [Localize](https://www.cometchat.com/docs/ui-kit/flutter/localize.md): Localize CometChat Flutter UI Kit with supported languages, device language detection, translation files, and MaterialApp setup.
- [Sound Manager](https://www.cometchat.com/docs/ui-kit/flutter/sound-manager.md): Manage CometChat Flutter UI Kit sounds for incoming and outgoing messages, calls, custom audio, playback, and stop controls.

##### Components

- [Overview](https://www.cometchat.com/docs/ui-kit/flutter/components-overview.md): Explore CometChat Flutter UI Kit V6 widgets, base widgets, component architecture, actions, filters, styles, and customization.
- [Conversations](https://www.cometchat.com/docs/ui-kit/flutter/conversations.md): Display CometChat Flutter UI Kit conversations with real-time updates for messages, typing indicators, read receipts, and presence.
- [Users](https://www.cometchat.com/docs/ui-kit/flutter/users.md): Scrollable list of all available users with search, avatars, names, and online/offline status indicators.
- [Groups](https://www.cometchat.com/docs/ui-kit/flutter/groups.md): Scrollable list of all available groups with search, avatars, group type indicators, and member counts.
- [Group Members](https://www.cometchat.com/docs/ui-kit/flutter/group-members.md): Scrollable list of members in a group with scope indicators, search, and member management actions.
- [Message Header](https://www.cometchat.com/docs/ui-kit/flutter/message-header.md): Configure CometChat Flutter UI Kit Message Header with user or group details, presence, typing indicators, navigation, and actions.
- [Message List](https://www.cometchat.com/docs/ui-kit/flutter/message-list.md): Scrollable list of messages for a conversation with real-time updates, reactions, threaded replies, and message actions.
- [Message Composer](https://www.cometchat.com/docs/ui-kit/flutter/message-composer.md): Configure CometChat Flutter UI Kit Message Composer for text, media, custom messages, live reactions, editing, rich text, and audio.
- [Threaded Messages Header](https://www.cometchat.com/docs/ui-kit/flutter/threaded-messages-header.md): Header component for threaded conversations showing the parent message, reply count, and thread navigation.
- [Incoming Call](https://www.cometchat.com/docs/ui-kit/flutter/incoming-call.md): Handle incoming CometChat Flutter UI Kit audio and video calls with full-screen caller info, accept, reject, and navigation setup.
- [Outgoing Call](https://www.cometchat.com/docs/ui-kit/flutter/outgoing-call.md): Full-screen view displaying recipient information and call status during an outgoing call, with automatic transition to the ongoing call screen.
- [Call Buttons](https://www.cometchat.com/docs/ui-kit/flutter/call-buttons.md): Add CometChat Flutter UI Kit call buttons for voice and video calling, call settings, and call-related user actions.
- [Call Logs](https://www.cometchat.com/docs/ui-kit/flutter/call-logs.md): Show CometChat Flutter UI Kit call logs with audio/video status, missed calls, timestamps, pagination, and call actions.
- [Search](https://www.cometchat.com/docs/ui-kit/flutter/search.md): Add CometChat Flutter UI Kit search for conversations and messages with categorized results and navigation callbacks.
- [Notification Feed](https://www.cometchat.com/docs/ui-kit/flutter/notification-feed.md): Full-screen notification feed component with category filtering, card rendering, real-time updates, and engagement reporting.

##### Reference

- [Methods](https://www.cometchat.com/docs/ui-kit/flutter/methods.md): Use CometChatUIKit methods for initialization, login, logout, users, groups, conversations, messages, calls, and session handling.
- [Events](https://www.cometchat.com/docs/ui-kit/flutter/events.md): Handle CometChat Flutter UI Kit events for users, groups, messages, conversations, calls, and UI-level interactions.

##### Customization

- [Customization Overview](https://www.cometchat.com/docs/ui-kit/flutter/customization-overview.md): Understand the Widget + BLoC + Template architecture and discover all customization entry points in the CometChat Flutter UI Kit.
- [View Slots](https://www.cometchat.com/docs/ui-kit/flutter/customization-view-slots.md): Replace specific regions of a component's UI using builder callbacks without rebuilding the entire component.
- [BLoC & Data](https://www.cometchat.com/docs/ui-kit/flutter/customization-bloc-data.md): Configure data fetching with RequestBuilders, provide custom BLoC instances, and listen to state changes.
- [State Views](https://www.cometchat.com/docs/ui-kit/flutter/customization-state-views.md): Replace CometChat Flutter UI Kit empty, error, loading, and chat greeting state views with custom Flutter widgets.
- [Text Formatters](https://www.cometchat.com/docs/ui-kit/flutter/customization-text-formatters.md): Create custom text processors for hashtags, mentions, links, or any pattern using the CometChatTextFormatter API.
- [Menu & Options](https://www.cometchat.com/docs/ui-kit/flutter/customization-menu-options.md): Customize CometChat Flutter UI Kit message options, long-press menus, composer attachments, and template-level actions.
- [MessageTemplateUtils & Data Source](https://www.cometchat.com/docs/ui-kit/flutter/customization-datasource.md): Customize how messages are rendered, what options appear on bubbles, and what formatters are used — all through the central MessageTemplateUtils registry.

##### Advanced

- [Message Template](https://www.cometchat.com/docs/ui-kit/flutter/message-template.md): Data structure for customizing CometChat Flutter UI Kit message bubbles, including content, header, footer, reply, and status views.
- [Mentions Formatter](https://www.cometchat.com/docs/ui-kit/flutter/mentions-formatter-guide.md): Format @mentions in CometChat Flutter UI Kit message lists, composers, and conversations with custom styles and tap handling.
- [Shortcut Formatter](https://www.cometchat.com/docs/ui-kit/flutter/shortcut-formatter-guide.md): Implement shortcut formatting in CometChat Flutter UI Kit with CometChatTextFormatter, trigger characters, and message shortcuts.
- [Custom Text Formatter Guide](https://www.cometchat.com/docs/ui-kit/flutter/custom-text-formatter-guide.md): Build a CometChat Flutter UI Kit text formatter for hashtags, links, tracked characters, composer suggestions, and message styling.
- [Troubleshooting](https://www.cometchat.com/docs/ui-kit/flutter/troubleshooting.md): Troubleshoot CometChat Flutter UI Kit V6 setup, login, theming, styling, messaging, calling, navigation, and build issues.

##### Guides

- [Overview](https://www.cometchat.com/docs/ui-kit/flutter/guide-overview.md): Browse Flutter UI Kit feature guides for blocking users, group chat, private messages, new chat flows, and threaded conversations.
- [Threaded Messages](https://www.cometchat.com/docs/ui-kit/flutter/guide-threaded-messages.md): Add threaded messages in CometChat Flutter UI Kit with parent message context, reply lists, and composers for focused conversations.
- [Implementing Block/Unblock User in Flutter with CometChat UIKit](https://www.cometchat.com/docs/ui-kit/flutter/guide-block-unblock-user.md): Block and unblock users in CometChat Flutter UI Kit with blockUser and unblockUser methods for privacy and moderation.
- [New Chat](https://www.cometchat.com/docs/ui-kit/flutter/guide-new-chat.md): Create a CometChat Flutter UI Kit new chat screen for discovering users and groups and opening one-to-one or group conversations.
- [Message Privately](https://www.cometchat.com/docs/ui-kit/flutter/guide-message-privately.md): Start private one-to-one chats in CometChat Flutter UI Kit from a profile, member list, search result, or custom user context.
- [Call Log Details](https://www.cometchat.com/docs/ui-kit/flutter/guide-call-log-details.md): Show CometChat Flutter UI Kit call log details with participants, duration, timestamps, recordings, and call metadata.
- [Group Chat](https://www.cometchat.com/docs/ui-kit/flutter/guide-group-chat.md): Build CometChat Flutter UI Kit group chats with group lists, members, headers, message lists, and composers.
- [Message Agentic Flow](https://www.cometchat.com/docs/ui-kit/flutter/guide-message-agentic-flow.md): Implement CometChat Flutter UI Kit agentic message flows with AI-powered message handling and custom AI message rendering.
- [Multi Tab Chat UI Guide](https://www.cometchat.com/docs/ui-kit/flutter/multi-tab-chat-ui-guide.md): Build a multi-tab CometChat Flutter UI Kit chat interface with Conversations, Users, Groups, headers, message lists, and composers.

##### Migration Guide

- [Upgrading From V5](https://www.cometchat.com/docs/ui-kit/flutter/upgrading-from-v5.md): Upgrade from CometChat Flutter UI Kit V5 to V6 with package changes, initialization updates, BLoC architecture, and migration steps.

### v5‎‎‎‎

####  

- [Flutter UI Kit](https://www.cometchat.com/docs/ui-kit/flutter/v5/overview.md): Prebuilt Flutter widgets for chat, voice, and video calling. Works on iOS and Android.
- [Flutter Sample App](https://www.cometchat.com/docs/ui-kit/flutter/link/sample.md): Navigate to Flutter Sample App documentation.
- [Changelog](https://www.cometchat.com/docs/ui-kit/flutter/link/changelog.md): Navigate to Changelog documentation.
- [Troubleshooting](https://www.cometchat.com/docs/ui-kit/flutter/v5/troubleshooting.md): Common failure modes and fixes for the CometChat Flutter UI Kit.

##### Getting Started

- [Getting Started](https://www.cometchat.com/docs/ui-kit/flutter/v5/getting-started.md): Add CometChat to a Flutter app in 5 steps: create project, install, init, login, render.
- [Conversation List + Message View](https://www.cometchat.com/docs/ui-kit/flutter/v5/flutter-conversation.md): Build a two-panel chat interface with conversation list and message view using Flutter UI Kit widgets.
- [One-to-One / Group Chat](https://www.cometchat.com/docs/ui-kit/flutter/v5/flutter-one-to-one-chat.md): Build a focused one-to-one or group chat experience in Flutter with CometChat UI Kit.
- [Tab-Based Chat](https://www.cometchat.com/docs/ui-kit/flutter/v5/flutter-tab-based-chat.md): Build a tab-based messaging UI with chats, calls, users, and groups in Flutter with CometChat UI Kit.
- [Calling Integration](https://www.cometchat.com/docs/ui-kit/flutter/v5/calling-integration.md): Add voice and video calling to your Flutter UI Kit application

##### Features

- [Call Features](https://www.cometchat.com/docs/ui-kit/flutter/v5/call-features.md): Integrate one-on-one and group audio/video calling capabilities into your Flutter app with CometChat UI Kit

###### Chat

- [Core Features](https://www.cometchat.com/docs/ui-kit/flutter/v5/core-features.md): Comprehensive guide to CometChat's core messaging features including instant messaging, media sharing, read receipts, and more
- [Extensions](https://www.cometchat.com/docs/ui-kit/flutter/v5/extensions.md): Enhance your chat with built-in extensions including stickers, polls, collaborative tools, message translation, and link previews
- [AI Features](https://www.cometchat.com/docs/ui-kit/flutter/v5/ai-features.md): Enhance user interaction with AI-powered conversation starters, smart replies, and conversation summaries in your Flutter app

##### Theming

- [Theming](https://www.cometchat.com/docs/ui-kit/flutter/v5/theme-introduction.md): Customize the CometChat Flutter UI Kit appearance using ThemeExtensions for colors, fonts, spacing, and dark mode.
- [Color Resources](https://www.cometchat.com/docs/ui-kit/flutter/v5/color-resources.md): Complete reference for CometChatColorPalette tokens in Flutter UI Kit.
- [Component Styling](https://www.cometchat.com/docs/ui-kit/flutter/v5/component-styling.md): Style individual CometChat Flutter UI Kit components using ThemeExtensions.
- [Message Bubble Styling](https://www.cometchat.com/docs/ui-kit/flutter/v5/message-bubble-styling.md): Customize incoming and outgoing message bubbles in CometChat Flutter UI Kit.
- [Localization](https://www.cometchat.com/docs/ui-kit/flutter/v5/localize.md): Configure multi-language localization and custom translations in CometChat Flutter UI Kit.
- [Sound Manager](https://www.cometchat.com/docs/ui-kit/flutter/v5/sound-manager.md): Manage and customize audio cues for incoming/outgoing calls and messages in CometChat Flutter UI Kit.

##### Components

- [Overview](https://www.cometchat.com/docs/ui-kit/flutter/v5/components-overview.md): Browse all prebuilt UI components in the CometChat Flutter UI Kit — conversations, messages, users, groups, search, and AI.
- [Conversations](https://www.cometchat.com/docs/ui-kit/flutter/v5/conversations.md): Scrollable list of recent one-on-one and group conversations for the logged-in user.
- [Users](https://www.cometchat.com/docs/ui-kit/flutter/v5/users.md): Searchable, scrollable list of all available users with avatar, name, and online/offline status.
- [Groups](https://www.cometchat.com/docs/ui-kit/flutter/v5/groups.md): Searchable, scrollable list of all available groups with icon, name, member count, and group type indicator.
- [Group Members](https://www.cometchat.com/docs/ui-kit/flutter/v5/group-members.md): Displays all members of a group in a searchable, scrollable list with member scope badges and management actions.
- [Message Header](https://www.cometchat.com/docs/ui-kit/flutter/v5/message-header.md): Widget that showcases the User or Group details in the toolbar with typing indicator and back navigation button.
- [Message List](https://www.cometchat.com/docs/ui-kit/flutter/v5/message-list.md): A composite widget that displays a list of messages with real-time operations
- [Message Composer](https://www.cometchat.com/docs/ui-kit/flutter/v5/message-composer.md): A widget that enables users to write and send messages with attachments and reactions
- [Compact Message Composer](https://www.cometchat.com/docs/ui-kit/flutter/v5/compact-message-composer.md): A streamlined, pill-shaped message composer with inline rich text formatting, voice recording, and attachment support
- [Message Template](https://www.cometchat.com/docs/ui-kit/flutter/v5/message-template.md): Data structure defining how message bubbles render in CometChatMessageList — controls header, content, footer, bottom, status info, reply, and bubble views per message type and category.
- [Threaded Messages Header](https://www.cometchat.com/docs/ui-kit/flutter/v5/threaded-messages-header.md): A widget that displays the parent message of a thread with reply count
- [Incoming Call](https://www.cometchat.com/docs/ui-kit/flutter/v5/incoming-call.md): Widget that serves as a visual representation when the user receives an incoming call, providing options to answer or decline.
- [Outgoing Call](https://www.cometchat.com/docs/ui-kit/flutter/v5/outgoing-call.md): Widget that serves as a visual representation of a user-initiated call, providing options to control the call experience.
- [Call Buttons](https://www.cometchat.com/docs/ui-kit/flutter/v5/call-buttons.md): Widget that provides users with the ability to make voice and video calls with customizable icons and styles.
- [Call Logs](https://www.cometchat.com/docs/ui-kit/flutter/v5/call-logs.md): Widget that shows the list of Call Logs available with filtering, call-back actions, and custom views.
- [Search](https://www.cometchat.com/docs/ui-kit/flutter/v5/search.md): A powerful search interface for finding conversations and messages in real time
- [AI Assistant Chat History](https://www.cometchat.com/docs/ui-kit/flutter/v5/ai-assistant-chat-history.md): A widget that displays conversation history between users and an AI assistant

##### Reference

- [Methods](https://www.cometchat.com/docs/ui-kit/flutter/v5/methods.md): Reference for CometChat Flutter UI Kit methods including init, login, logout, and message-sending wrappers.
- [Events](https://www.cometchat.com/docs/ui-kit/flutter/v5/events.md): Listen to and handle real-time events for users, groups, conversations, messages, calls, and UI interactions in Flutter UI Kit

##### Guides

- [Guides Overview](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-overview.md): Task-oriented feature guides for implementing specific capabilities in the Flutter UI Kit
- [Threaded Messages](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-threaded-messages.md): Implement threaded message replies with parent context, reply list, and focused thread composer in CometChat Flutter UI Kit.
- [Block/Unblock Users](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-block-unblock-user.md): Implement block and unblock user functionality in CometChat Flutter UI Kit with composer state management.
- [New Chat](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-new-chat.md): Enable users to start one-on-one or group chats with a searchable contact list in CometChat Flutter UI Kit.
- [Message Privately](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-message-privately.md): Initiate private one-on-one chats with group members directly from group chat in CometChat Flutter UI Kit.
- [Search Messages](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-search-messages.md): Add full-text message search across conversations with result routing in CometChat Flutter UI Kit.
- [Call Log Details](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-call-log-details.md): Display call history and detailed call information in CometChat Flutter UI Kit.
- [Group Management](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-group-chat.md): Create groups, manage members, assign roles, and transfer ownership in CometChat Flutter UI Kit.
- [AI Agent Integration](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-message-agentic-flow.md): Integrate AI agents with chat history, contextual responses, and seamless handoffs in CometChat Flutter UI Kit.
- [Image Preview & Caption](https://www.cometchat.com/docs/ui-kit/flutter/v5/guide-image-caption.md): Preview images before sending and display captions below image thumbnails in CometChat Flutter UI Kit.
- [Custom Text Formatter](https://www.cometchat.com/docs/ui-kit/flutter/v5/custom-text-formatter-guide.md): Extend the CometChatTextFormatter base class to implement custom inline text patterns with regex and callbacks in Flutter.
- [Mentions Formatter](https://www.cometchat.com/docs/ui-kit/flutter/v5/mentions-formatter-guide.md): Add @mentions with user suggestions and styled tokens in CometChat Flutter UI Kit.
- [Custom Mentions Formatter](https://www.cometchat.com/docs/ui-kit/flutter/v5/custom-mentions-formatter-guide.md): Create a custom mentions formatter to filter suggestions, style mentions, and handle tap interactions in CometChat Flutter UI Kit.
- [URL Formatter](https://www.cometchat.com/docs/ui-kit/flutter/v5/url-formatter-guide.md): Detect and style plain URLs as clickable links with optional tracking logic in CometChat Flutter UI Kit.
- [Shortcut Formatter](https://www.cometchat.com/docs/ui-kit/flutter/v5/shortcut-formatter-guide.md): Provide !shortcut style expansions invoking extension APIs or dialogs before inserting content in CometChat Flutter UI Kit.

##### Migration Guide

- [Upgrading from V4 to V5](https://www.cometchat.com/docs/ui-kit/flutter/v5/upgrading-from-v4.md): Upgrading from V4 to V5 — CometChat documentation.

### v4‎‎‎‎

####  

- [Overview](https://www.cometchat.com/docs/ui-kit/flutter/v4/overview.md): Overview of Overview in CometChat.
- [Getting Started](https://www.cometchat.com/docs/ui-kit/flutter/v4/getting-started.md): Getting Started — CometChat documentation.
- [Flutter Sample App](https://www.cometchat.com/docs/ui-kit/flutter/link/sample.md): Navigate to Flutter Sample App documentation.
- [Changelog](https://www.cometchat.com/docs/ui-kit/flutter/link/changelog.md): Navigate to Changelog documentation.

##### Features

- [Call](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-features.md): Call — CometChat documentation.
- [AI](https://www.cometchat.com/docs/ui-kit/flutter/v4/ai-features.md): AI — CometChat documentation.

###### Chat

- [Core](https://www.cometchat.com/docs/ui-kit/flutter/v4/core-features.md): Core — CometChat documentation.
- [Extensions](https://www.cometchat.com/docs/ui-kit/flutter/v4/extensions.md): Extensions — CometChat documentation.

##### Theming

- [Theme](https://www.cometchat.com/docs/ui-kit/flutter/v4/theme.md): Theme — CometChat documentation.
- [Localize](https://www.cometchat.com/docs/ui-kit/flutter/v4/localize.md): Localize — CometChat documentation.
- [Sound Manager](https://www.cometchat.com/docs/ui-kit/flutter/v4/sound-manager.md): Sound Manager — CometChat documentation.

##### Components

- [Overview](https://www.cometchat.com/docs/ui-kit/flutter/v4/components-overview.md): Overview of Overview in CometChat.

###### Conversations

- [Conversations](https://www.cometchat.com/docs/ui-kit/flutter/v4/conversations.md): Conversations — CometChat documentation.
- [Conversations With Messages](https://www.cometchat.com/docs/ui-kit/flutter/v4/conversations-with-messages.md): Conversations With Messages — CometChat documentation.
- [Contacts](https://www.cometchat.com/docs/ui-kit/flutter/v4/contacts.md): Contacts — CometChat documentation.

###### Users

- [Users](https://www.cometchat.com/docs/ui-kit/flutter/v4/users.md): Users — CometChat documentation.
- [Users With Messages](https://www.cometchat.com/docs/ui-kit/flutter/v4/users-with-messages.md): Users With Messages — CometChat documentation.
- [User Details](https://www.cometchat.com/docs/ui-kit/flutter/v4/user-details.md): User Details — CometChat documentation.

###### Groups

- [Groups](https://www.cometchat.com/docs/ui-kit/flutter/v4/groups.md): Groups — CometChat documentation.
- [Groups With Messages](https://www.cometchat.com/docs/ui-kit/flutter/v4/groups-with-messages.md): Groups With Messages — CometChat documentation.
- [Create Group](https://www.cometchat.com/docs/ui-kit/flutter/v4/create-group.md): Create Group — CometChat documentation.
- [Join Protected Group](https://www.cometchat.com/docs/ui-kit/flutter/v4/join-protected-group.md): Join Protected Group — CometChat documentation.
- [Group Members](https://www.cometchat.com/docs/ui-kit/flutter/v4/group-members.md): Group Members — CometChat documentation.
- [Add Members](https://www.cometchat.com/docs/ui-kit/flutter/v4/group-add-members.md): Add Members — CometChat documentation.
- [Banned Members](https://www.cometchat.com/docs/ui-kit/flutter/v4/group-banned-members.md): Banned Members — CometChat documentation.
- [Transfer Ownership](https://www.cometchat.com/docs/ui-kit/flutter/v4/group-transfer-ownership.md): Transfer Ownership — CometChat documentation.
- [Group Details](https://www.cometchat.com/docs/ui-kit/flutter/v4/group-details.md): Group Details — CometChat documentation.

###### Messages

- [Messages](https://www.cometchat.com/docs/ui-kit/flutter/v4/messages.md): Messages — CometChat documentation.
- [Message Header](https://www.cometchat.com/docs/ui-kit/flutter/v4/message-header.md): Message Header — CometChat documentation.
- [Message List](https://www.cometchat.com/docs/ui-kit/flutter/v4/message-list.md): Message List — CometChat documentation.
- [Message Template](https://www.cometchat.com/docs/ui-kit/flutter/v4/message-template.md): Message Template — CometChat documentation.
- [Message Composer](https://www.cometchat.com/docs/ui-kit/flutter/v4/message-composer.md): Message Composer — CometChat documentation.
- [Message Information](https://www.cometchat.com/docs/ui-kit/flutter/v4/message-information.md): Message Information — CometChat documentation.
- [Threaded Messages](https://www.cometchat.com/docs/ui-kit/flutter/v4/threaded-messages.md): Threaded Messages — CometChat documentation.

###### Interactive Messages

- [Form Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-form-bubble.md): Form Bubble — CometChat documentation.
- [Form Message](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-form-message.md): Form Message — CometChat documentation.
- [Card Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-card-bubble.md): Card Bubble — CometChat documentation.
- [Card Message](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-card-message.md): Card Message — CometChat documentation.
- [Element Entity](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-element-entity.md): Element Entity — CometChat documentation.
- [Action Entity](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-action-entity.md): Action Entity — CometChat documentation.
- [Button Element](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-button-element.md): Button Element — CometChat documentation.
- [Label Element](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-label-element.md): Label Element — CometChat documentation.
- [Radio Button Element](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-radio-button-element.md): Radio Button Element — CometChat documentation.
- [Check Box Element](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-check-box-element.md): Check Box Element — CometChat documentation.
- [TextInput Element](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-textinput-element.md): TextInput Element — CometChat documentation.
- [Scheduler Message](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-scheduler-message.md): Scheduler Message — CometChat documentation.
- [Scheduler Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-scheduler-bubble.md): Scheduler Bubble — CometChat documentation.
- [Date Time Picker Element](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-date-time-picker-element.md): Date Time Picker Element — CometChat documentation.
- [DropDown Element](https://www.cometchat.com/docs/ui-kit/flutter/v4/interactive-dropdown-element.md): DropDown Element — CometChat documentation.

###### Calls

- [Overview](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-overview.md): Overview of Overview in CometChat.
- [Incoming Call](https://www.cometchat.com/docs/ui-kit/flutter/v4/incoming-call.md): Incoming Call — CometChat documentation.
- [Ongoing Call](https://www.cometchat.com/docs/ui-kit/flutter/v4/ongoing-call.md): Ongoing Call — CometChat documentation.
- [Outgoing Call](https://www.cometchat.com/docs/ui-kit/flutter/v4/outgoing-call.md): Outgoing Call — CometChat documentation.
- [Call Buttons](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-buttons.md): Call Buttons — CometChat documentation.
- [Call Logs](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-logs.md): Call Logs — CometChat documentation.
- [Call Log Details](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-log-details.md): Call Log Details — CometChat documentation.
- [Call Log History](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-log-history.md): Call Log History — CometChat documentation.
- [Call Log Recordings](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-log-recording.md): Call Log Recordings — CometChat documentation.
- [Call Log Participants](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-log-participants.md): Call Log Participants — CometChat documentation.
- [Call Log With Details](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-log-with-details.md): Call Log With Details — CometChat documentation.

###### Base-Components

- [Status Indicator](https://www.cometchat.com/docs/ui-kit/flutter/v4/status-indicator.md): Status Indicator — CometChat documentation.
- [Badge](https://www.cometchat.com/docs/ui-kit/flutter/v4/badge.md): Badge — CometChat documentation.
- [Receipt](https://www.cometchat.com/docs/ui-kit/flutter/v4/receipt.md): Receipt — CometChat documentation.
- [Date](https://www.cometchat.com/docs/ui-kit/flutter/v4/date.md): Date — CometChat documentation.
- [Text Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/text-bubble.md): Text Bubble — CometChat documentation.
- [Image Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/image-bubble.md): Image Bubble — CometChat documentation.
- [File Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/file-bubble.md): File Bubble — CometChat documentation.
- [Audio Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/audio-bubble.md): Audio Bubble — CometChat documentation.
- [Video Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/video-bubble.md): Video Bubble — CometChat documentation.
- [Message Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/message-bubble.md): Message Bubble — CometChat documentation.
- [Message Input](https://www.cometchat.com/docs/ui-kit/flutter/v4/message-input.md): Message Input — CometChat documentation.
- [Action Sheet](https://www.cometchat.com/docs/ui-kit/flutter/v4/action-sheet.md): Action Sheet — CometChat documentation.
- [Emoji Keyboard](https://www.cometchat.com/docs/ui-kit/flutter/v4/emoji-keyboard.md): Emoji Keyboard — CometChat documentation.
- [List Item](https://www.cometchat.com/docs/ui-kit/flutter/v4/list-item.md): List Item — CometChat documentation.
- [List Base](https://www.cometchat.com/docs/ui-kit/flutter/v4/list-base.md): List Base — CometChat documentation.
- [Confirm Dialog](https://www.cometchat.com/docs/ui-kit/flutter/v4/confirm-dialog.md): Confirm Dialog — CometChat documentation.
- [Card](https://www.cometchat.com/docs/ui-kit/flutter/v4/card.md): Card — CometChat documentation.
- [Button](https://www.cometchat.com/docs/ui-kit/flutter/v4/button.md): Button — CometChat documentation.
- [Media Recorder](https://www.cometchat.com/docs/ui-kit/flutter/v4/media-recorder.md): Media Recorder — CometChat documentation.
- [Call Bubble](https://www.cometchat.com/docs/ui-kit/flutter/v4/call-bubble.md): Call Bubble — CometChat documentation.
- [Quick View](https://www.cometchat.com/docs/ui-kit/flutter/v4/quick-view.md): Quick View — CometChat documentation.
- [Single Select](https://www.cometchat.com/docs/ui-kit/flutter/v4/single-select.md): Single Select — CometChat documentation.
- [Avatar](https://www.cometchat.com/docs/ui-kit/flutter/v4/avatar.md): Avatar — CometChat documentation.

###### Extras

- [Reactions](https://www.cometchat.com/docs/ui-kit/flutter/v4/reactions.md): Reactions — CometChat documentation.
- [Reactions List](https://www.cometchat.com/docs/ui-kit/flutter/v4/reactions-list.md): Reactions List — CometChat documentation.

##### Reference

- [Methods](https://www.cometchat.com/docs/ui-kit/flutter/v4/methods.md): Methods — CometChat documentation.
- [Events](https://www.cometchat.com/docs/ui-kit/flutter/v4/events.md): Events — CometChat documentation.

##### Guides

- [Multi Tab Chat UI Guide](https://www.cometchat.com/docs/ui-kit/flutter/v4/multi-tab-chat-ui-guide.md): Multi Tab Chat UI Guide — CometChat integration guide.
- [Mentions Formatter](https://www.cometchat.com/docs/ui-kit/flutter/v4/mentions-formatter-guide.md): Mentions Formatter — CometChat integration guide.
- [Shortcut Formatter](https://www.cometchat.com/docs/ui-kit/flutter/v4/shortcut-formatter-guide.md): Shortcut Formatter — CometChat integration guide.
