FLUTTER ECOSYSTEM

cometchat/cometchat-uikit-flutter

Flutter용 음성 및 비디오 통화 및 텍스트 채팅 앱

cometchat-uikit-flutter 프로젝트 이미지
Stars
544
Forks
43
최근 푸시(UTC)
2026. 9. 10.
프로젝트 상태
활성
CometChat GitHub avatar
GITHUB Organization

CometChat ↗

Voice, video & text chat SDKs, APIs, UI Kits & Chat Widgets for your app & websites

United States of America공식 웹사이트 ↗
언어DartKotlinSwiftJavaRuby

기술 주제

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

CometChat

CometChat UIKit for Flutter

CometChat UIKit for Flutter provides pre-built UI components to quickly add chat, voice, and video calling features to your Flutter application.

CometChat UIKit Screens

Repository Structure

Directory Description
packages/cometchat_uikit The open source UIKit package (local setup, structure, tests)
packages/cometchat_uikit/skills Kiro AI skills for consumers and contributors
examples/sample_app Sample app demonstrating UIKit usage
examples/ai_sample_app AI-powered sample app with CometChat AI agents

Prerequisites

  • Flutter SDK >= 3.27.0
  • Dart SDK >= 3.6.0
  • iOS 16.0+ / Android 5.0+
  • A CometChat account with App ID and Auth Key

Getting Started

  1. Sign up at the CometChat Dashboard and create a new app.
  2. Note your App ID, Region, and Auth Key from the dashboard.
  3. Clone this repository and navigate to the sample app:
git clone https://github.com/cometchat/cometchat-uikit-flutter.git
cd cometchat-uikit-flutter/examples/sample_app
flutter pub get
flutter run
  1. On first launch, enter your App ID, Region, and Auth Key in the credentials screen.

Installation

Add the UIKit to your project's pubspec.yaml:

dependencies:
  cometchat_chat_uikit: ^6.1.0

Then run:

flutter pub get

Documentation

Refer to our official documentation for detailed setup and usage guides.

Help and Support

For issues running the project or integrating with our UI Kit, consult our documentation or create a support ticket or seek real-time support via the CometChat Dashboard.

License

This project is licensed under the terms of the LICENSE file.