rongcloud-im-flutter-sdk icon indicating copy to clipboard operation
rongcloud-im-flutter-sdk copied to clipboard

IM Flutter SDK of RongCloud

Results 6 rongcloud-im-flutter-sdk issues
Sort by recently updated
recently updated
newest added

```dart class Conversation { int? conversationType; String? targetId; int? unreadMessageCount; int? receivedStatus; int? sentStatus; int? sentTime; bool? isTop; String? objectName; String? senderUserId; int? latestMessageId; MessageContent? latestMessageContent; int? mentionedCount; // 会话中@消息的个数...

为了快速解决问题,在寻求帮助的时候,请提供以下信息,方便我们快速定位问题 * 本地 Flutter 版本信息 Flutter (Channel stable, 2.10.5, on Microsoft Windows [Version 10.0.19043.1766], locale zh-CN) * 异常设备是 iOS 还是 Android,列出具体机型和系统 Android设备 * 所调用的是什么 API 或者说是什么功能 调用发送消息,发送gif图失败 GifMessage gifMsg =...

*flutter 版本: rongcloud_im_plugin: 5.1.8 设备: android api: getChatRoomInfo 在调用getChatRoomInfo 的时候安卓调用 await _channel.invokeMethod(RCMethodKey.GetChatRoomInfo, map); 返回的是null 而flutter这边用的是 Map resultMap接收的 导致flutter报异常异常信息如下: type 'Null' is not a subtype of type 'Map' #0 RongIMClient.getChatRoomInfo (package:rongcloud_im_plugin/src/rong_im_client.dart:656)...

需要Flutter windows版本的SDK

5.1.8+1更新到5.1.8+3后导致崩溃,根据bugly记录是so库问题,测试机型是oneplus6会崩溃,换了其他手机是可以的 ![image](https://user-images.githubusercontent.com/41320447/165015525-269ed410-ee46-4aaf-a4cd-f62004047a51.png)

fix: Android compileSdkVersion 30 适配其他plugin高版本代码 / androidx 无用依赖移除 / 依照官方template 升级plugin及工程配置 适配 Android embedding v2 / pubspec.yaml中flutter版本配置 适配其他plugin高版本flutter代码