Merge branch 'develop' into message-input-controller

This commit is contained in:
Salvatore Giordano
2021-12-10 09:41:32 +01:00
11 changed files with 43 additions and 44 deletions
@@ -6,6 +6,10 @@
- `MessageInput` now works with a `MessageInputController` instead of a `TextEditingController`
## 3.3.2
- Updated `stream_chat_flutter_core` dependency to [`3.3.1`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
## 3.3.1
✅ Added
@@ -832,8 +832,8 @@ class _MessageWidgetState extends State<MessageWidget>
),
if (isFailedState)
Positioned(
left: widget.reverse ? 0 : null,
right: widget.reverse ? null : 0,
right: widget.reverse ? 0 : null,
left: widget.reverse ? null : 0,
bottom: showBottomRow ? 18 : -2,
child: StreamSvgIcon.error(size: 20),
),
+2 -2
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: 3.3.1
version: 3.3.2
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -36,7 +36,7 @@ dependencies:
rxdart: ^0.27.0
share_plus: ^3.0.4
shimmer: ^2.0.0
stream_chat_flutter_core: ^3.3.0
stream_chat_flutter_core: ^3.3.1
substring_highlight: ^1.0.26
synchronized: ^3.0.0
url_launcher: ^6.0.3