From b93b7fd85339a5c1638c769d2666618e4217ffae Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Mon, 26 Oct 2020 15:42:03 +0530 Subject: [PATCH] fix: attachments ui --- lib/src/message_input.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 96fd6022..ad32e1ab 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -592,8 +592,8 @@ class MessageInputState extends State { } Widget _buildAttachments() { - return Wrap( - direction: Axis.horizontal, + return ListView( + scrollDirection: Axis.horizontal, children: _attachments .map( (attachment) => Padding(