- Fixed the reconnection bug when moving to background and then moving to foreground quickly
- Updated the versions for
mime
,web_socket_channel
andflutter_lints
packages
- Added the filtering for
replyType
inMessageCollection
- Fixed a bug regarding the initial parameters in message collection
- Applied the message threading policy for last message and unread message count in
GroupChannel
- Fixed a bug where update events are not called for messages with OGTags
- Fixed the reconnection events to be called in pairs
- Added
useAutoResend
inSendbirdChatOptions
- Fixed a bug regarding
onReconnectFailed()
event inConnectionHandler
- Fixed the reconnection bug while entering foreground
- Modified the endpoint of sbm metric
- Fixed bugs regarding the events for
hide()
inGroupChannel
- Fixed the message deletion bug in db regarding
resetMyHistory()
- Fixed the bug regarding
hide()
inGroupChannel
- Fixed the issue regarding websocket security
- Fixed the bugs regarding the channel change logs on multi
GroupChannelCollection
s
- Fixed the bug when upserting a parent message regarding the error on isar
- Fixed the bug regarding the channel filtering when local caching is not used
- Fixed the bugs regarding the thumbnail caching for UIKit
- Fixed a bug regarding reactions on offline mode
- Fixed the parsing bug regarding
markAsRead()
event - Fixed the db upsert bug regarding read status
- Fixed a bug that channels are not added when
includeEmpty
isfalse
inGroupChannelCollection
- Fixed a bug regarding a channel event when leaving a
GroupChannel
- Fixed a bug regarding the filtering on multi
GroupChannelCollection
s
- Fixed the bugs regarding edge cases during
resetMyHistory()
processing - Fixed a bug that the filtering is not worked on multi
GroupChannelCollection
s - Fixed a bug that channel changelogs are not upserted in db
- Fixed a bug regarding the result of
init()
inSendbirdChat
- Fixed a bug regarding receiving messages during
resetMyHistory()
processing
- Fixed a bug regarding
await
inresetMyHistory()
inGroupChannel
- Fixed the bugs regarding my mute info
- Fixed the bugs regarding changelogs on web
- Fixed the bugs regarding connection management
- Fixed the bugs regarding
markAsDelivered()
inSendbirdChat
- Added
metaData
,readStatus
,deliveryStatus
in channel db - Fixed a bug when
includeEmpty
isfalse
inGroupChannelCollection
- Fixed the exceptions regarding url encoding for api
- Fixed the bug that profile image is not updated on web
- Fixed the bugs regarding event, exception and cache
- Modified the event order regarding failed messages in message collection
- Improved stability
- Fixed the bugs regarding session update
- Updated dependency range for
connectivity_plus
package from^5.0.1
to>=5.0.1 <7.0.0
- Fixed
MessageCollection
regardingresetMyHistory()
inGroupChannel
- Fixed
removeFailedMessage()
andremoveAllFailedMessages()
inMessageCollection
- Fixed the bugs regarding message change log, pending message removal, typing status and delivered status
- Added improvements on
getUndeliveredMembers()
method to prevent a potential problem. The return type forgetUndeliveredMembers()
was updated fromList<Member>
toList<Member>?
. Please update this part of your code if you usegetUndeliveredMembers()
. - Improved stability
- Fixed the bug that there are duplicate channels in
GroupChannelCollection
- Added default mimeType in
FileMessageCreateParams
- Added the privacy manifest file for iOS
- Fixed the bug that there are duplicate channels in
GroupChannelCollection
- Fixed the bugs regarding error handling in
MessageCollection
- Fixed the bug that
mentionedUserIds
is missing in a pending message
- Fixed the compile error regarding logger v1.4.0
- Updated dependency range for http, uuid and logger packages
- Fixed the exception regarding encrypt package
- Fixed the bug regarding reaction payload parsing
- Added
secureUrl
inThumbnail
- Fixed the exception regarding unmodifiable list
- Fixed the bug where
query
inGroupChannelCollection
does not work when reconnected
- Fixed the bug where
votedPollOptionIds
inPoll
is always empty
- Fixed the bug where
getCachedMetaData()
inBaseChannel
is not being updated when deleting metadata
Local caching enables Sendbird Chat SDK for Flutter to cache and retrieve group channel and message data locally. Its benefits include reducing refresh time and allowing a client app to create a channel list or a chat view that can work online as well as offline. The local caching feature is enabled by default.
- Added
useCollectionCaching
inSendbirdChatOptions
(The default value istrue
) - Added
getCachedDataSize()
,clearCachedData()
andclearCachedMessages()
inSendbirdChat
- Added
getFailedMessages()
,removeFailedMessages()
andremoveAllFailedMessages()
inMessageCollection
- Added
markAsRead()
inBaseMessageCollection
- Fixed the bugs regarding FeedChannel
- Improved stability
- Added
createdBefore
andcreatedAfter
inGroupChannelListQuery
andPublicGroupChannelListQuery
- Added
markAsClicked()
inFeedChannel
- Replaced
markAsReadBy()
withmarkAsRead()
inFeedChannel
- Fix the bugs regarding FeedChannel
- Fix the bugs regarding ReactionEvent
- Improved stability
- Updated
connectivity_plus
package to5.0.1
- Added
NotificationMessage
withnotificationId
,messageStatus
andnotificationData
- Added
markAsReadBy()
,logImpression()
andlogCustom()
inFeedChannel
- Replaced
BaseMessage? lastMessage
withNotificationMessage? lastMessage
inFeedChannel
- Replaced
List<BaseMessage> messageList
withList<NotificationMessage> messageList
inNotificationCollection
- Modified
onMessagesAdded()
,onMessagesUpdated()
andonMessagesDeleted()
inNotificationCollectionHandler
- Modified
onMessageReceived()
andonChannelChanged()
inFeedChannelHandler
- Removed
onTotalUnreadMessageCountUpdated()
inUserEventHandler
- Improved stability
- Added
MessageSearchQuery
- Added
includeMetaArray
,includeReactions
andincludeThreadInfo
inPreviousMessageListQuery
- Improved stability
- Fixed the bug regarding parent
FileMessage
type - Updated regarding statistics
- Fixed the bug regarding the url encoding of
userId
- Fixed the bug regarding the
FeedChannel
caching
- Fixed the bug regarding the
hasNext
inBaseMessageCollection
- Fixed the bug when the
reverse
istrue
inMessageListParams
regardingBaseMessageCollection
- Improved stability
- Replaced
Map<String, String> templateVariables
withMap<String, dynamic> templateVariables
inNotificationData
- Added
tags
inNotificationData
- Improved stability
- Added
notificationData
inBaseMessage
- Fixed the bug regarding
unreadMessageCount
inFeedChannel
- Added
isTemplateLabelEnabled
,isCategoryFilterEnabled
andnotificationCategories
inFeedChannel
- Added
authenticateFeed()
,refreshNotificationCollections()
inSendbirdChat
- Improved stability
- Added
SendbirdStatistics
for internal use
- Improved stability
- Fixed the bug regarding
resendFileMessage()
- Fixed the bug regarding connectivity events
- Added
FeedChannelListQuery
- Added
FeedChannel
- Added
feed
inChannelType
- Added
getMyFeedChannelChangeLogs()
withFeedChannelChangeLogsParams
in SendbirdChat - Added
getTotalUnreadMessageCountWithFeedChannel()
in SendbirdChat - Added
FeedChannelHandler
- Added
onTotalUnreadMessageCountChanged()
inUserEventHandler
andUnreadMessageCount
- Added
NotificationCollection
,NotificationCollectionHandler
andNotificationContext
- Added
BaseMessageCollection
,BaseMessageCollectionHandler
andBaseMessageContext
- Added
FeedChannelContext
,BaseChannelContext
- Added
isChatNotification
in GroupChannel - Added
includeChatNotification
inGroupChannelListQuery
andGroupChannelChangeLogsParams
- Added
getGlobalNotificationChannelSetting()
andGlobalNotificationChannelSetting
in SendbirdChat - Added
getNotificationTemplateListByToken()
withNotificationTemplateListParams
andNotificationTemplateList
in SendbirdChat - Added
getNotificationTemplate()
andNotificationTemplate
in SendbirdChat
- Added
NotificationInfo
- Added
notificationInfo
inAppInfo
- Improved stability
- Improved stability
- Improved stability
To see detailed changes, please refer to the migration guide
- Added
GroupChannelCollection
,GroupChannelContext
andGroupChannelCollectionHandler
- Added
MessageCollection
,MessageContext
andMessageCollectionHandler
- Added
enum CollectionEventSource
Please refer to this page