tencent_chat_push_for_china 2.2.0-beta3 tencent_chat_push_for_china: ^2.2.0-beta3 copied to clipboard
腾讯云IM,消息推送插件(中国大陆版)。支持通过厂商渠道进行离线消息推送,及在线后台创建消息通知。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tencent_chat_push_for_china
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tencent_chat_push_for_china: ^2.2.0-beta3
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_chat_push_for_china/tencent_chat_push_for_china.dart';