移动 App Android & iOS | Web 这个 QR Code & '访问' 按钮指向相同页面 | Windows | macOS | |
| | | Windows 10+ | |
环境 | 版本 |
Flutter | IM SDK 最低要求 Flutter 3.0.0 版本,TUIKit 集成组件库最低要求 Flutter 3.19.0 版本。 |
Android | Android Studio Dolphin | 2021.3.1 及以上版本,App 要求 Android 7.0 及以上版本设备。 |
iOS | Xcode 12.0 及以上版本,请确保您的项目已设置有效的开发者签名。 |
平台 | ||
iOS | 支持 | 支持 |
Android | 支持 | 支持 |
支持,4.1.1+2版本起 | 支持 | |
支持,4.1.9版本起 | 支持 | |
Windows | 支持,4.1.9版本起 | 支持 |
Create Application
,在对话框中输入您的 Application name、product、Region,单击Create
。
# Clone the codegit clone https://github.com/TencentCloud/chat-demo-flutter.git# Checkout the 'v2' branchgit checkout v2# Clean the project. Importantflutter clean# Install dependenciesflutter pub get
lib/config.dart
, 并且配置 sdkappid
, userid
, and usersig
从此前步骤获取的。flutter run
flutter create .
添加 Web 支持。web/
目录,使用 npm
或 yarn
安装相关JS依赖。初始化项目时,根据屏幕指引,进行即可。cd webnpm initnpm i @tencentcloud/chatnpm i tim-upload-plugin
web/index.html
,在 <head> </head>
间引入这JS文件。如下:<script src="./node_modules/tim-upload-plugin/index.js"></script><script src="./node_modules/@tencentcloud/chat/index.js"></script> <script src="./node_modules/@tencentcloud/chat/modules/group-module.js"></script> <script src="./node_modules/@tencentcloud/chat/modules/relationship-module.js"></script> <script src="./node_modules/@tencentcloud/chat/modules/signaling-module.js"></script>
macos/Runner/DebugProfile.entitlements
和 macos/Runner/Release.entitlements
文件。<key>com.apple.security.network.client</key><true/>
本页内容是否解决了您的问题?