nim_core 1.4.2
nim_core: ^1.4.2 copied to clipboard
A Flutter plugin for NetEase IM SDK on Android, iOS and Windows.
1.4.2(Dec 16, 2022) #
Bug Fixes #
- Fix resetSystemMessageUnreadCountByType error for ios
- Fix createChatRoomCustomMessage attachment error for ios
- Fix clearSystemMessagesByType error for ios
1.4.1(Dec 13, 2022) #
Dependency Updates #
- minimum environment sdk upgrade to 2.17.0
- update ffi to 2.0.0
- nim_core_platform_interface from 1.4.0 to 1.4.1
- nim_core_web from 1.0.1 to 1.0.2
Bug Fixes #
- Fix querySystemMessageUnreadCountByType error for ios
- Fix createCustomMessage content error for ios
- Fix createTeam extension error for ios
- Fix other known issue
1.4.0(Nov 28, 2022) #
Dependency Updates #
- iOS updated NIM SDK version to 9.6.3
- Android updated NIM SDK version to 9.6.3
- nim_core_platform_interface from 1.3.1 to 1.4.0
New Features #
- Support IM QChat2.0 in iOS and Android
Bug Fixes #
- Fix send media Message error in Android
- Fix signal pushPayload error in Android
API Changes #
- update
QChatChannelServicefor Android and iOS - update
QChatMessageServicefor Android and iOS - update
QChatObserverfor Android and iOS - update
QChatRoleServicefor Android and iOS - update
QChatServerServicefor Android and iOS - add
QChatPushServicefor Android and iOS - add
saveMessageToLocalExfor Android and iOS in MessageService - add
updateMyTeamNickfor Android and iOS in TeamService - add
maxMemberCountfor Android and iOS in createTeam - add
sessionForWebfor Android and iOS in NIMSession
1.3.3(Nov 22, 2022) #
Bug Fixes #
- fix first query message list error in iOS
- add base64 for web to send media message
1.3.2(Nov 17, 2022) #
Bug Fixes #
- Fix getMessageHistory error in iOS
1.3.1(Nov 14, 2022) #
Bug Fixes #
- Fix chatroom create Message error in iOS
- Fix send Message attach error in iOS
- Fix fromAccount error in iOS
1.3.0(Nov 3, 2022) #
Dependency Updates #
- iOS updated NIM SDK version to 9.6.3
- Android updated NIM SDK version to 9.6.3
- nim_core_platform_interface from 1.0.3 to 1.3.0
- nim_core_windows from 1.0.3 to 1.0.4
- nim_core_macos from 1.0.3 to 1.0.4
New Features #
- Support IM QChat in iOS and Android
Bug Fixes #
- Fix team sessionId error in Mac & Windows
- Fix muteTeam error in Mac & Windows
API Changes #
- add
QChatChannelServicefor Android and iOS - add
QChatMessageServicefor Android and iOS - add
QChatObserverfor Android and iOS - add
QChatRoleServicefor Android and iOS - add
QChatServerServicefor Android and iOS - add
QChatServicefor Android and iOS
1.2.1(Oct 13, 2022) #
Dependency Updates #
- iOS updated NIM SDK version to 9.6.1
1.2.0(Sep 30, 2022) #
New Features #
- Support IM Signalling in iOS and Android
API Changes #
- add
createChannelinAvSignallingService - add
closeChannelinAvSignallingService - add
joinChannelinAvSignallingService - add
leaveChannelinAvSignallingService - add
inviteinAvSignallingService - add
cancelInviteinAvSignallingService - add
rejectInviteinAvSignallingService - add
acceptInviteinAvSignallingService - add
sendControlinAvSignallingService - add
callinAvSignallingService - add
queryChannelInfoinAvSignallingService - add
onlineNotificationinAvSignallingService - add
offlineNotificationinAvSignallingService - add
onMemberUpdateNotificationinAvSignallingService - add
otherClientInviteAckNotificationinAvSignallingService - add
syncChannelListNotificationinAvSignallingService
Bug Fixes #
- fix iOS initialize issue
Dependency Updates #
- iOS updated NIM SDK version from 8.11.0 to 9.6.0
- nim_core_platform_interface from 1.0.2 to 1.0.3
- nim_core_web from 1.0.0 to 1.0.1
1.1.0(Sep 23, 2022) #
New Features #
- Support Web Plugin
API Changes #
- add
idServeras param forackAddFriendinUserService - add
base64field inNIMFileAttachment - add
otherAccidfield inMessageKeywordSearchConfigwhich is the param forsearchCloudMessageHistoryinMessageService
Bug Fixes #
- iOS fixed message filtering error
1.0.11(Sep 15, 2022) #
Bug Fixes #
- iOS fixed message status
Dependency Updates #
- iOS updated SDK version 8.11.0
1.0.10(Sep 8, 2022) #
New Features #
- support iOS simulator
Behavior changes #
- UserService.onMuteListChanged return type change to NIMMuteListChangedNotify
- MessageService.onSessionDelete return type change to nullable
API Changes #
- add queryRoamMsgHasMoreTime in MessageService
- add updateRoamMsgHasMoreTag in MessageService
- add rejectApply in TeamService
Bug Fixes #
- Fix some Known bugs
Dependency Updates #
- nim_core_platform_interface from 1.0.0 to 1.0.1
- Android NIM SDK from 8.11.12 to 8.11.13
1.0.9(Sep 2, 2022) #
Bug Fixes #
- iOS Fixed can't get latitude and longitude
Dependency Updates #
- nim_core_macos from 1.0.0 to 1.0.2
- nim_core_windows from 1.0.0 to 1.0.2
1.0.8(Aug 29, 2022) #
Bug Fixes #
- iOS Fixed removeManagers parameter error
1.0.7(Aug 23, 2022) #
Bug Fixes #
- iOS Fixed issue with fetch top message data being empty
- iOS Fixed fetchUserInfoList forced unpacking
- iOS Fixed empty LastMessage Content
1.0.6(Aug 18, 2022) #
Bug Fixes #
- Android add updateMyMemberExtension for TeamService
- Android fix sendMessage error in SuperTeam
1.0.5(Aug 17, 2022) #
Bug Fixes #
- iOS fix getUserinfo ext field is empty
1.0.4(Aug 9, 2022) #
Bug Fixes #
- Android fix initialized status issue
1.0.3(Jul 26, 2022) #
Bug Fixes #
- Android fix multi channel issue
1.0.2(Jul 22, 2022) #
Bug Fixes #
- iOS Fixed an issue where attach was empty
1.0.1(Jul 20, 2022) #
Bug Fixes #
- add some necessary logs for chatroom message receiver
1.0.0(Jul 13, 2022) #
New Features #
- first release version