Skip to main content
The One-to-One Chat feature provides a streamlined direct messaging interface, ideal for support chats, dating apps, and private messaging platforms.

Step 1: Render the Message View

Fetch the target user and display the messaging screen. V6 uses the same CometChatUIKit initialization but with BLoC-powered widgets.
main.dart

Full Example: main.dart

Step 2: Render the Messages Component

Compose the messaging view using:

Step 3: Run the App

This launches the app with the one-to-one chat interface featuring the message header, list, and composer.

Key V6 Differences


Next Steps