Skip to main content
This guide helps you create a multi-tab chat user interface using the CometChat V6 UIKit in Flutter. The final UI consists of three tabs: Conversations, Users, and Groups.
Create the Multi-Tab Chat UI:
Update your lib/multi_tab_chat_ui.dart file with the following code:

Key V6 Differences

AspectV5V6
Composite widgetsCometChatConversationsWithMessages, CometChatUsersWithMessages, CometChatGroupsWithMessagesNot available — compose manually
Navigation to messagesHandled internally by composite widgetsYou handle navigation and compose MessageHeader + MessageList + MessageComposer
State managementGetXBLoC