main
hrxiang 3 years ago
parent 599c25b099
commit cce41e0991
  1. 5
      CHANGELOG.md
  2. 2
      lib/src/manager/im_manager.dart
  3. 2
      pubspec.yaml

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

@ -124,7 +124,7 @@ class IMManager {
} }
} else if (call.method == ListenerType.advancedMsgListener) { } else if (call.method == ListenerType.advancedMsgListener) {
var type = call.arguments['type']; var type = call.arguments['type'];
var id = call.arguments['data']['id']; // var id = call.arguments['data']['id'];
switch (type) { switch (type) {
case 'onRecvNewMessage': case 'onRecvNewMessage':
var value = call.arguments['data']['newMessage']; var value = call.arguments['data']['newMessage'];

@ -1,6 +1,6 @@
name: flutter_openim_sdk name: flutter_openim_sdk
description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source. 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 homepage: https://www.rentsoft.cn
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter

Loading…
Cancel
Save