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,
)