upgrade sdk

This commit is contained in:
hrxiang 2021-09-18 09:36:36 +08:00
parent be7e678265
commit bb6672c8c0
5 changed files with 10 additions and 6 deletions

View File

@ -4,6 +4,10 @@
### 0.0.2 ### 0.0.2
1将 markSingleMessageHasRead、markGroupMessageHasRead和getTotalUnreadMsgCount方法从类MessageManager移动到类ConversationManager。 1将 markSingleMessageHasRead、markGroupMessageHasRead和getTotalUnreadMsgCount方法从类MessageManager移动到类ConversationManager。</br>
2修改setFriendInfo方法的参数。 2修改setFriendInfo方法的参数。</br>
3修改createGroup和setGroupInfo方法的参数。 3修改createGroup和setGroupInfo方法的参数。
### 0.0.3
upgrade sdk </br>
fix bug </br>

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.1 flutter_openim_sdk: ^0.0.3
#### 2Import package #### 2Import package

View File

@ -1053,7 +1053,7 @@ OpenIM.iMManager.friendshipManager.setFriendshipListener(OnFriendshipListener(
| blackListAdd | 好友被加入黑名 | 刷新好友列表或黑名单列表 | | blackListAdd | 好友被加入黑名 | 刷新好友列表或黑名单列表 |
| blackListDeleted | 好友从黑名单移除 | 刷新好友列表或黑名单列表 | | blackListDeleted | 好友从黑名单移除 | 刷新好友列表或黑名单列表 |
| friendApplicationListAccept | 发起的好友请求被接受 | 刷新好友请求列表 | | friendApplicationListAccept | 发起的好友请求被接受 | 刷新好友请求列表 |
| friendApplicationListAdded | 我接受被人的发起的好友请求 | 刷新好友请求列表 | | friendApplicationListAdded | 别人向我发起了好友请求 | 刷新好友请求列表 |
| friendApplicationListDeleted | 删除好友请求 | 刷新好友请求列表 | | friendApplicationListDeleted | 删除好友请求 | 刷新好友请求列表 |
| friendApplicationListReject | 请求被拒绝 | 刷新好友请求列表 | | friendApplicationListReject | 请求被拒绝 | 刷新好友请求列表 |
| friendInfoChanged | 好友资料发生变化 | 刷新好友列表,好友信息或黑名单列表 | | friendInfoChanged | 好友资料发生变化 | 刷新好友列表,好友信息或黑名单列表 |

View File

@ -52,5 +52,5 @@ android {
} }
dependencies { dependencies {
// implementation 'io.openim:client:0.0.13@aar' // implementation 'io.openim:client:0.0.13@aar'
implementation 'io.openim:client-sdk:0.0.11@aar' implementation 'io.openim:client-sdk:0.0.12@aar'
} }

View File

@ -1,6 +1,6 @@
name: flutter_openim_sdk name: flutter_openim_sdk
description: openim flutter plugin. description: openim flutter plugin.
version: 0.0.2 version: 0.0.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