cometchat-flutter-v5-customization

Installation
SKILL.md

CometChat Flutter UIKit v5 — Customization

Four tiers of customization, from simple to deep.

Tier 1: Props

Pass props directly to components:

CometChatMessageList(
  user: user,
  hideEditMessageOption: true,
  hideReactionOption: true,
  receiptsVisibility: false,
)

Tier 2: Slot Views

Installs
4
GitHub Stars
47
First Seen
May 7, 2026
cometchat-flutter-v5-customization — cometchat/cometchat-skills