Merge branch 'master' into add-attachment-delete-methods
This commit is contained in:
@@ -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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user