@ -1,9 +1,12 @@
## 2.1.0
1.Fix bug </br>
## 2.0.9+3
2.New setGlobalRecvMessageOpt method</br>
## 2.0.9+2
@ -124,7 +124,7 @@ class IMManager {
}
} else if (call.method == ListenerType.advancedMsgListener) {
var type = call.arguments['type'];
var id = call.arguments['data']['id'];
// var id = call.arguments['data']['id'];
switch (type) {
case 'onRecvNewMessage':
var value = call.arguments['data']['newMessage'];
@ -1,6 +1,6 @@
name: flutter_openim_sdk
description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
version: 2.0.9+3
version: 2.1.0
homepage: https://www.rentsoft.cn
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter