feat(ui): add possibility to limit attachments in MessageInput

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-08-11 17:01:50 +05:30
committed by xsahil03x
parent 2317115350
commit 9dba5a61d2
3 changed files with 268 additions and 244 deletions
@@ -106,7 +106,7 @@ class ChannelPage extends StatelessWidget {
Expanded(
child: MessageListView(),
),
MessageInput(),
MessageInput(attachmentLimit: 3),
],
),
);