cometchat_chat_uikit 4.0.0
cometchat_chat_uikit: ^4.0.0 copied to clipboard
CometChat Flutter UI Kit is a collection of custom UI Components designed to build text , chat features in your application. The UI Kit is developed to keep developers in mind and aims to reduce deve [...]
4.0.0 - 05-09-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 - 2023-08-07 #
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 - 2023-06-22 #
- 🎉 first release!