Merge branch 'master' into add-attachment-delete-methods

This commit is contained in:
Sahil Kumar
2021-02-19 14:43:12 +05:30
committed by GitHub
3 changed files with 7 additions and 2 deletions
@@ -1,3 +1,8 @@
## 1.1.1-beta
- Added MessageInput button color customization options
- Fixed author theme and messageinput background
## 1.1.0-beta
- Update stream_chat_core dependency
@@ -885,7 +885,7 @@ class _MessageListViewState extends State<MessageListView> {
padding: const EdgeInsets.symmetric(horizontal: 8.0),
showInChannelIndicator: showInChannelIndicator,
showThreadReplyIndicator: showThreadReplyIndicator,
showUsername: true,
showUsername: showUsername,
showTimestamp: showTimeStamp,
showSendingIndicator: showSendingIndicator,
showUserAvatar: showUserAvatar,
+1 -1
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 1.1.0-beta
version: 1.1.1-beta
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues