dash_chat icon indicating copy to clipboard operation
dash_chat copied to clipboard

why dash_chat support 3 Quick Replies limited at 3? in flutter any idea

Open attachi20 opened this issue 3 years ago • 0 comments

ChatMessage ddd = ChatMessage( text: "gg", quickReplies:QuickReplies( values: <Reply>[ Reply( title: "😋 Yes", value: "Yes", ), Reply( title: "😞 fff. What?", value: "no", ), Reply( title: "😞 rrr. rrr?", value: "no", ), Reply( title: "😞 hhhhh. What?", value: "no", ), ], ), // quickReplies: QuickReplies(), //createdAt: new DateFormat('yyyy-MM-dd – kk:mm'), user: otherUser, createdAt: DateTime.now(), );

attachi20 avatar Jun 17 '21 15:06 attachi20