cometchat-flutter-v5
Installation
SKILL.md
CometChat Flutter UIKit v5 — Orchestrator
Entry point skill for the CometChat UIKit v5 packages. Routes to feature skills based on context.
Project Detection
Confirm the project uses CometChat UIKit v5 by checking pubspec.yaml for:
dependencies:
cometchat_chat_uikit: ^5.2.14
cometchat_calls_uikit: ^5.0.15 # Optional, for calling features
The v5 uses separate packages (unlike v6 which bundles everything):
cometchat_chat_uikit— Chat UI componentscometchat_calls_uikit— Call UI components (re-exportscometchat_uikit_shared+cometchat_sdk+cometchat_calls_sdk; does NOT re-exportcometchat_chat_uikit)cometchat_uikit_shared— Shared utilities