cometchat_chat_uikit 4.5.10 cometchat_chat_uikit: ^4.5.10 copied to clipboard
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 Flutter:
$ flutter pub add cometchat_chat_uikit
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cometchat_chat_uikit: ^4.5.10
copied to clipboard
Alternatively, your editor might support 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';
copied to clipboard