This commit is contained in:
hrxiang 2022-06-21 18:40:28 +08:00
parent 599c25b099
commit cce41e0991
3 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
## 2.1.0
1.Fix bug </br>
## 2.0.9+3
1.Fix bug </br>
2.New setGlobalRecvMessageOpt method</br>
## 2.0.9+2
1.Fix bug </br>

View File

@ -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'];

View File

@ -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