example lib test .gitignore .metadata CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE README.md analysis_options.yaml pubspec.yaml Repository files navigation README Code of conduct License
agora_chat_uikit_example Understand the tech The following figure shows the workflow of how clients send and receive peer-to-peer messages: Clients retrieve a token from your app server. Client A and Client B log in to Agora Chat. Client A sends a message to Client B. The message is se...
example 🚀 Use sensors to determine capture orientation (#218) 2年前 guides 🚸 Adapt device orientation layouts (#185) 2年前 lib 🥅 Catch exceptions when obtain/subscribe to the accelerometer stream (#230) 1年前 screenshots 🚚 Update screenshots ...
example fix: 表情包重复刷新 2年前 images fix : 更换 定位模块的icon 2年前 lib fix: 去除所有UserId的显示 2年前 screenshots update flutter uikit to 2.0.0 3年前 .flutter-plugins feat: 基础sdk,lock文件 2年前 .flutter-plugins-dependencies fix: 表情包重复刷新 2年前 ...
See usage example. Added onMessageLongPress callback, similar to the onMessageTap. Added disableImageGallery parameter to optionally disable the image gallery on the image tap. Added subtitle2Color to the theme, which is used to color date dividers in the chat. Thanks @sarbogast for the PR!
import'package:flutter/material.dart';import'package:tencent_cloud_chat_uikit/tencent_cloud_chat_uikit.dart';classChatextendsStatelessWidget{finalV2TimConversationselectedConversation;constChat({Key?key,requiredthis.selectedConversation}):super(key:key);String?_getConvID() {returnselectedConversation.type=...
example fix: 表情包重复刷新 2年前 images fix : 更换 定位模块的icon 2年前 lib fix: 去除所有UserId的显示 2年前 screenshots update flutter uikit to 2.0.0 3年前 .flutter-plugins feat: 基础sdk,lock文件 2年前 .flutter-plugins-dependencies ...
import 'package:http/http.dart' as http; Future<void> upload() async { final entity = await obtainYourEntity(); final uri = Uri.https('example.com', 'create'); final request = http.MultipartRequest('POST', uri) ..fields['test_field'] = 'test_value' ..files.add(await multipartFile...
Improvements to SVG icon handling: packages/stream_chat_flutter/example/lib/main.dart: Updated theStreamSvgIconusage to use the newStreamSvgIconsenum for thereplyicon. packages/stream_chat_flutter/lib/src/attachment/attachment_upload_state_builder.dart: Refactored multiple instances ofStreamSvgIconto ...
Configure the following information in theexample/lib/main.dartfile: ReplacesappKey,userId, andagoraTokenand with your own App Key, user ID, and user token generated in Agora Console. classChatConfig{staticconstStringappKey="";staticconstStringuserId="";staticconstStringagoraToken=''; } ...