dash_chat icon indicating copy to clipboard operation
dash_chat copied to clipboard

The most complete Chat UI for flutter highly customizable and helps developing chat UI faster.

Results 57 dash_chat issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Whenever I add an item to the list of widgets the widgets rebuild including the one with an audio player...

enhancement
wontfix

1.1.16 break emojis. If you try to load a message with an emoji, you get this error: invalid argument(s) string is not well-formed utf-16 Rolling back to 1.1.15 fixes the...

bug
wontfix

Hi, I'm not sure that it is a bug. I have 2 problems 1.When I type a letter, list with messages scrolls and I don't see the last message. 2.When...

bug
question
wontfix
Waiting for response

Hi, how can I set the colour of the message bubble based on whether the user is one user or the other. messageContainerDecoration would work but it is not a...

enhancement
wontfix

Hello, I wanted to reach out to see if I could maybe get some help on an issue regarding changing the style of the text in the messages dash chat...

question
wontfix

ChatMessage ddd = ChatMessage( text: "gg", quickReplies:QuickReplies( values: [ Reply( title: "😋 Yes", value: "Yes", ), Reply( title: "😞 fff. What?", value: "no", ), Reply( title: "😞 rrr. rrr?", value:...

question
wontfix

How to show rich message like Google-Assistant-output Basic Card on Flutter app with dash chat

wontfix

Input Formatters added to Textfields sometimes limited pattern is required for that scenario InputFormatters is useful. Description and example is updated