6.2.0
What's Changed
- fix(ui): fix
MessageInputTheme.linkHighlightColor
returning null for default theme. by @xsahil03x in #1549 - fix(ui, core): make message input regex caseInsensitive. by @xsahil03x in #1550
- fix(ui): handle
StreamMessageInput
enrichUrl exceptions. by @xsahil03x in #1551 - fix(ui, core): use
CircularProgressIndicator.adaptive
instead of material indicator. by @xsahil03x in #1552 - chore(repo): migrate to flutter
v3.10.0
by @xsahil03x in #1553 - fix(ui): fix
editMessageInputBuilder
property not used inMessageActionsModal.editMessage
option. by @xsahil03x in #1555 - feat(llc, persistence): add support for
StreamChatPersistenceClient.isConnected
. by @kanat in #1557 - fix(ui): handle image load error for url attachments. by @xsahil03x in #1558
- feat(ui): add support for
StreamMessageThemeData.urlAttachmentTextMaxLine
. by @xsahil03x in #1559 - feat(core): bump connectivity_plus to 4.0.0 by @xsahil03x in #1564
- feat(ui): bump shimmer to 3.0.0 by @xsahil03x in #1565
- fix(ui): Remove the user is a member check for unreadIndicator. by @xsahil03x in #1566
- fix(ui): fix WebOrDesktopAttachmentPickerOption not using localized title. by @xsahil03x in #1567
- fix(llc, persistence): remove default value of user.createdAt, updatedAt. by @xsahil03x in #1568
- fix(ui): Fix widgetSpan getting resized twice when textScaling is enabled. by @xsahil03x in #1569
- fix(ui): autocomplete clicks on web by @geweald in #1572
- fix(ui, core): fix various
StreamMessageListView
issues. by @xsahil03x in #1578 - chore(ui): bump image_gallery_saver to 2.0.1. by @xsahil03x in #1581
- chore(ui): deprecate
ChannelPreview
in favor ofStreamChannelListTile
. by @xsahil03x in #1582
Full Changelog: 6.1.0...6.2.0