Skip to main content
New Chat enables users to start one-on-one or group conversations by selecting from a searchable contact list. Before starting, complete the Getting Started guide.

Components


Integration Steps

1. Add Avatar Menu

Show the avatar in the app bar and open a menu on tap with “Create Conversation” option. File: dashboard.dart

2. Open Contacts Screen

Navigate to the CometChatContacts screen which provides tabs for Users and Groups. File: dashboard.dart

3. Handle User/Group Selection

Wire up the onItemTap callback to navigate to the chat screen when a user or group is selected. File: cometchat_contacts_controller.dart

4. Navigate to Chat

Open the chat screen for the selected user or group using PageManager. File: page_manager.dart

Feature Matrix


Next Steps

Users

Display and search user lists.

Groups

Display and manage group lists.

Conversations

View and manage conversation history.

All Guides

Browse all feature and formatter guides.