We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ddd6c commit 2c14ff3Copy full SHA for 2c14ff3
example/lib/main.dart
@@ -232,6 +232,12 @@ class _MyHomePageState extends State<MyHomePage> {
232
// 当前回调中不会有 CMD 类型消息,CMD 类型消息通过 [EMChatManagerEventHandle.onCmdMessagesReceived] 回调接收
233
}
234
break;
235
+ case MessageType.COMBINE:
236
+ {
237
+ _addLogToConsole(
238
+ "receive combine message, from: ${msg.from}",
239
+ );
240
+ }
241
242
243
},
pubspec.yaml
@@ -4,7 +4,7 @@ version: 4.1.0
4
homepage: https://www.easemob.com/product/im
5
6
environment:
7
- sdk: '>=2.12.0 <3.0.0'
+ sdk: '>=2.12.0 <4.0.0'
8
flutter: ">=2.0.0"
9
10
dependencies:
0 commit comments