This commit is contained in:
hrxiang 2021-10-22 09:29:21 +08:00
parent 771894acee
commit 0d875414b5
4 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 0.0.9+3
Ios native remove method 'removeAdvancedMsgListener'
## 0.0.9+2 ## 0.0.9+2
1. Fix bug 1. Fix bug
2. Upgrade sdk 2. Upgrade sdk

View File

@ -19,7 +19,7 @@ A flutter IM plugin for android and ios.
#### 1Add dependency in yaml #### 1Add dependency in yaml
flutter_openim_sdk: ^0.0.9+2 flutter_openim_sdk: ^0.0.9+3
#### 2Import package #### 2Import package

View File

@ -59,7 +59,7 @@ public class MessageManager: BaseServiceManager {
let key = methodCall[string: KEY_ID] let key = methodCall[string: KEY_ID]
if let lis = listeners[key] { if let lis = listeners[key] {
listeners[key] = nil listeners[key] = nil
Open_im_sdkRemoveAdvancedMsgListener(lis) // Open_im_sdkRemoveAdvancedMsgListener(lis)
} }
callBack(result) callBack(result)
} }

View File

@ -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: 0.0.9+2 version: 0.0.9+3
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