tencent_cloud_chat_contact 1.1.0+1 tencent_cloud_chat_contact: ^1.1.0+1 copied to clipboard
Tencent Cloud Chat UIKit Contact component provides a customizable contact list, featuring seamless integration with the Message component for an enhanced chat experience.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tencent_cloud_chat_contact
With Flutter:
$ flutter pub add tencent_cloud_chat_contact
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
tencent_cloud_chat_contact: ^1.1.0+1
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:tencent_cloud_chat_contact/tencent_cloud_chat_contact.dart';