This commit is contained in:
hrxiang
2023-05-15 18:45:46 +08:00
parent 9df556b837
commit 4d8ba65f9b
3 changed files with 39 additions and 9 deletions

View File

@@ -5,6 +5,10 @@ class MessageFailedCode {
/// 被对方删除
static const int deletedByFriend = 601;
/// 已被移除群聊/群已解散
static const int notInGroup = 302;
}
/// 添加好友失败

View File

@@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
class OpenIM {
static const version = '2.3.5+3';
static const version = '2.3.5+4';
static const _channel = const MethodChannel('flutter_openim_sdk');