This page indexes focused, task-oriented feature guides for the Flutter V6 UI Kit. Each guide shows how to implement a specific capability end-to-end using V6 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.Guide Directory
| Guide | Description |
|---|---|
| Block / Unblock User | Let users block or unblock others; enforce privacy by hiding interaction options and preventing message flow. |
| Group Chat | Create/join groups, view members, add/remove users, manage roles, and moderate participation. |
| Message Privately | Start a direct 1:1 chat from a profile or list. |
| New Chat | Offer a unified discovery screen for users and groups and launch new chats quickly. |
| Threaded Messages | Enable threaded replies: open parent message context, browse replies, and compose within a focused thread. |