tencent_im_sdk_plugin 3.9.2 copy "tencent_im_sdk_plugin: ^3.9.2" to clipboard
tencent_im_sdk_plugin: ^3.9.2 copied to clipboard

discontinuedreplaced by: tencent_cloud_chat_sdk
outdated

Instant Messaging (Instant Messaging) is developed based on QQ's underlying IM capabilities. It can easily integrate chat, conversation, group, data management and live barrage capabilities by simply [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

void main() {
  // 先设置状态栏样式
  SystemUiOverlayStyle style = SystemUiOverlayStyle(
    statusBarColor: Colors.transparent,
  );
  SystemChrome.setSystemUIOverlayStyle(style);
  runApp(
    MaterialApp(
      home: Center(
        child: Text("demo&API Example 请在腾讯云即时通信IM官网下载"),
      ),
    ),
  );
}
29
likes
0
pub points
80%
popularity

Publisher

verified publishercomm.qq.com

Instant Messaging (Instant Messaging) is developed based on QQ's underlying IM capabilities. It can easily integrate chat, conversation, group, data management and live barrage capabilities by simply implanting the SDK. It also supports communication with other products such as whiteboards through signaling messages. , fully cover your business scenarios, support the access and use of small programs on major platforms, and fully meet the communication needs.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, json_annotation, tencent_im_sdk_plugin_platform_interface, tencent_im_sdk_plugin_web, uuid

More

Packages that depend on tencent_im_sdk_plugin