WIP : Docs/flutter UI kit v5 improvements#240
Open
anshuman-cometchat wants to merge 3 commits intomainfrom
Open
WIP : Docs/flutter UI kit v5 improvements#240anshuman-cometchat wants to merge 3 commits intomainfrom
anshuman-cometchat wants to merge 3 commits intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Improvement: Flutter UI Kit v5
Scope
What was improved
Files Modified
Feature Overview Pages
ui-kit/flutter/core-features.mdx(+185 lines)ui-kit/flutter/call-features.mdx(+118 lines)ui-kit/flutter/ai-features.mdx(+63 lines)ui-kit/flutter/extensions.mdx(+107 lines)ui-kit/flutter/events.mdx(+159 lines)Getting Started & Integration Pages
ui-kit/flutter/overview.mdx(+140 lines)ui-kit/flutter/getting-started.mdx(+573 lines)ui-kit/flutter/flutter-conversation.mdx(+294 lines)ui-kit/flutter/flutter-one-to-one-chat.mdx(+530 lines)ui-kit/flutter/flutter-tab-based-chat.mdx(+604 lines)Guide Pages
ui-kit/flutter/guide-overview.mdx(+47 lines)ui-kit/flutter/guide-threaded-messages.mdx(+74 lines)ui-kit/flutter/guide-block-unblock-user.mdx(+73 lines)ui-kit/flutter/guide-call-log-details.mdx(+70 lines)ui-kit/flutter/guide-group-chat.mdx(+76 lines)ui-kit/flutter/guide-message-agentic-flow.mdx(+70 lines)ui-kit/flutter/guide-message-privately.mdx(+75 lines)ui-kit/flutter/guide-new-chat.mdx(+77 lines)What was NOT changed
Key Improvements
1. Quick Reference Blocks
Every page now starts with an
<Info>component containing:Example from overview.mdx:
2. "Available via" Notes
Added availability notes to feature and component pages:
3. Enhanced Next Steps Navigation
All pages now end with a
<CardGroup cols={2}>containing 2-4 relevant next steps:4. Improved AI Agent Friendliness
5. Comprehensive Content Additions
Verification
Preview link
[Mintlify preview URL - to be added]
Notes for reviewers
Net additions: This PR adds 2,813 lines and removes 522 lines. The removals are primarily formatting adjustments and consolidation of redundant text, not content deletion.
Quick Reference pattern: All Quick Reference blocks use the
<Info>component with Dart code snippets. This pattern is consistent with the React UI Kit v6 improvements and makes docs AI-agent friendly."Available via" placement: These notes appear only on feature overview pages (core-features, call-features, ai-features, extensions, events) following the guidelines. Setup, guide, and reference pages intentionally do not have these notes.
Guide improvements: The guide-overview.mdx now includes a comprehensive table of all available guides with descriptions, making it easier for developers to find task-specific implementations.
Integration paths: Getting started and overview pages now clearly link to three integration approaches (conversation, one-to-one, tab-based), helping developers choose the right starting point.
Consistency with guidelines: All changes follow the patterns established in
documentation-improvement-guidelines.mdfor the React UI Kit v6, adapted for Flutter/Dart syntax.Testing checklist