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 components
  • cometchat_calls_uikit — Call UI components (re-exports cometchat_uikit_shared + cometchat_sdk + cometchat_calls_sdk; does NOT re-export cometchat_chat_uikit)
  • cometchat_uikit_shared — Shared utilities
Installs
4
GitHub Stars
47
First Seen
May 7, 2026
cometchat-flutter-v5 — cometchat/cometchat-skills