Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into feat/capabilities

 Conflicts:
	packages/stream_chat/CHANGELOG.md
	packages/stream_chat_flutter/CHANGELOG.md
This commit is contained in:
Deven Joshi
2022-01-05 14:14:03 +05:30
33 changed files with 311 additions and 140 deletions
@@ -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),
),