This commit is contained in:
hrxiang 2022-03-21 18:42:29 +08:00
parent 73b9eb776f
commit 700265c685
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 2.0.0+3
1.Fix bug </br>
## 2.0.0+2
1.Fix some one crash </br>

View File

@ -638,6 +638,7 @@ class ReadReceiptInfo {
ReadReceiptInfo.fromJson(Map<String, dynamic> json) {
userID = json['uid'] ?? json['userID'];
groupID = json['groupID'];
if (json['msgIDList'] is List) {
msgIDList = (json['msgIDList'] as List).map((e) => '$e').toList();
}

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.0+2
version: 2.0.0+3
homepage: https://www.rentsoft.cn
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter