CometChat Flutter Cards SDK
The CometChat Cards SDK provides card rendering capabilities used by CometChat Campaigns. It enables rendering rich, structured card layouts with customizable elements and interactive components.
Getting Started
To set up the CometChat Cards SDK, you'll need to follow these steps:
- Registration: Go to the CometChat Dashboard and sign up for an account.
- After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
- Check the Key Concepts to understand the basic components of CometChat.
📦 Installation
Add the package to your pubspec.yaml:
dependencies:
cometchat_cards: ^1.0.2
Then run:
flutter pub get
📖 Documentation
This library is currently used by CometChat Campaigns. For integration guides, refer to:
Help and Support
For issues, create a support ticket or seek real-time support via the CometChat Dashboard.
Libraries
- cometchat_cards Core
- CometChat Card Schema renderer for Flutter.