平台 | 版本 |
Flutter | 2.2.0 及以上版本。 |
Android | Android Studio 3.5及以上版本,App 要求 Android 4.1及以上版本设备。 |
iOS | Xcode 11.0及以上版本,真机调试请确保您的项目已设置有效的开发者签名。 |
移动端 APP | WEB - H5 |
iOS/Android APP,自动判断平台下载![](https://qcloudimg.tencent-cloud.cn/raw/ca2aaff551410c74fce48008c771b9f6.png) | 手机扫码体验在线Web版DEMO![](https://qcloudimg.tencent-cloud.cn/raw/3c79e8bb16dd0eeab35e894a690e0444.png) |
flutter pub add tencent_cloud_chat_sdk
dependencies:tencent_cloud_chat_sdk: "最新版本" //可在https://pub.dev/packages/tencent_cloud_chat_sdk 上查看im flutter sdk的最新版本并使用
flutter create .
添加 Web 支持。web/
目录,使用 npm
或 yarn
安装相关JS依赖。初始化项目时,根据屏幕指引,进行即可。cd webnpm initnpm i tim-js-sdknpm i tim-upload-plugin
web/index.html
,在 <head> </head>
间引入这JS文件。如下:<script src="./node_modules/tim-upload-plugin/index.js"></script><script src="./node_modules/tim-js-sdk/tim-js-friendship.js"></script>
flutter pub add tencent_im_sdk_plugin_web
flutter pub add tencent_im_sdk_plugin_desktop
macos/Runner/DebugProfile.entitlements
文件。<dict></dict>
中,加入如下 key-value
键值对。<key>com.apple.security.app-sandbox</key><false/>
本页内容是否解决了您的问题?