tencent_im_sdk_plugin 3.5.3 tencent_im_sdk_plugin: ^3.5.3 copied to clipboard
tencent_im_sdk_plugin由腾讯云即时通信IM精简版Native SDK封装而成,包含了精简版SDK的全部功能。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tencent_im_sdk_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tencent_im_sdk_plugin: ^3.5.3
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:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dart';