cometchat_chat_uikit 6.0.4 copy "cometchat_chat_uikit: ^6.0.4" to clipboard
cometchat_chat_uikit: ^6.0.4 copied to clipboard

[pending analysis]

CometChat's Flutter UI Kit offers custom UI components for streamlined text and chat features in your app, designed with developers in mind to minimize development effort.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cometchat_chat_uikit

With Flutter:

 $ flutter pub add cometchat_chat_uikit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cometchat_chat_uikit: ^6.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cometchat_chat_uikit/cometchat_chat_uikit.dart';