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

discontinuedreplaced by: tencent_cloud_chat_sdk
outdated

Instant Messaging (Instant Messaging) is developed based on QQ's underlying IM capabilities.

example/lib/main.dart

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

void main() {
  // Set the status bar style first
  SystemUiOverlayStyle style = SystemUiOverlayStyle(
    statusBarColor: Colors.transparent,
  );
  SystemChrome.setSystemUIOverlayStyle(style);
  runApp(
    MaterialApp(
      home: Center(
        child: Text("demo&API Example 请在腾讯云即时通信IM官网下载"),
      ),
    ),
  );
}
29
likes
130
points
540
downloads

Publisher

verified publishercomm.qq.com

Weekly Downloads

Instant Messaging (Instant Messaging) is developed based on QQ's underlying IM capabilities.

Homepage

Documentation

API reference

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