cometchat_chat_uikit 4.0.5
cometchat_chat_uikit: ^4.0.5 copied to clipboard
CometChat's Flutter UI Kit offers custom UI components for streamlined text and chat features in your app, designed with developers in mind to minimize development effort.
4.0.5 - 24 November 2023 #
Fixed #
- removed permission.MANAGE_EXTERNAL_STORAGE
Changed #
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.5
4.0.4 - 13 November 2023 #
Added #
- support for Interactive Messages i.e Form Message and Card Message
- support for modifying margin and padding in CometchatListItem
Changed #
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.3
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.4
4.0.3 - 18th October 2023 #
Fixed #
- Emoji keyboard interferes with the virtual home button on iPhone
Changed #
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.3
- Class name AiExtension changed to AiExtension
- Changed
smartReplyView
andconversationStarterView
properties tocustomView
4.0.2 - 14th October 2023 #
Added #
- support for modifying the color of the voice recording button in
CometChatMessageComposer
usingvoiceRecordingIconTint
property ofMessageComposerStyle
. - support for custom attachment options, sound and ability to disable read receipts in
CometChatThreadedMessages
.
Fixed #
- import issues of
AiConversationStarter
. - theme issues in
CometChatThreadedMessages
.
Removed #
- unnecessary logs
4.0.1 - 13th October 2023 #
Added #
- support for ai features:
AiSmartReply
andAiConversationStarter
AiSmartReply
provides a list of replies generated using AI for a received message in a conversationAiConversationStarter
gives a list of opening messages generated using AI for starting a conversation when no messages have been exchanged between the participants in a conversation- a button has been added in
CometChatMessageComposer
tapping on which will list the enabled ai features
Changed #
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.2
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.2
4.0.0 - 5th September 2023 #
Added #
-
support for handling events received when disconnected websocket connection is reestablished in
CometChatUsers
,CometChatGroups
,CometChatConversations
andCometChatMessageList
. -
support for handling calling events received in
CometChatConversations
-
all Extension classes conform to the updated
ExtensionsDataSource
class by implementing new methodsaddExtension
andgetExtensionId
. -
properties to configure color of the sticker icon shown in
CometChatMessageComposer
.
Changed #
- CometChat Chat SDK dependency upgraded to
cometchat_sdk: ^4.0.1
- cometchat_uikit_shared dependency upgraded to
cometchat_uikit_shared: ^4.0.1
- order of options shown for a message in
CometChatMessageList
- replaced implementation of
SoundManager
withCometChatUIKit.soundManager
. - replaced implementation of
ChatConfigurator.getDataSource()
withCometChatUIKit.getDataSource()
.
Removed #
- property
hideCreateGroup
fromCometChatGroupsWithMessages
- Emoji and
emojiIconTint
fromCometChatMessageComposer
- unused assets
- dead code
Fixed #
- background color of message reactions
4.0.0-beta.2 - 7th August 2023 #
Added #
- support for audio and video calling through CometChat's call ui kit plugin.
- Messages information for sent messages.
- Send audio recordings through CometChatMessageComposer.
- Share messages to other applications on the device.
Changed #
- Upgrade kotlin version for native code: 1.7.10.
- Callback function signature for onMessageSend parameter in ComeChatMessageComposer.
Removed #
- Shared module moved to a different package cometchat_uikit_shared.
4.0.0-beta.1 - 22nd June 2023 #
- 🎉 first release!