Allow top bottom leading trailing widgets for bubble #653
Replies: 7 comments
-
What about From the code: /// Allows you to replace the default Input widget e.g. if you want to create
/// a channel view.
final Widget? customBottomWidget; |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I've used this to create some similar (predefined answer buttons for a support chat). I've achieved this by adding a Column with custom actions in one row and next the input box, which is logically also needed. But it could be great (and probably easy) to have something native. |
Beta Was this translation helpful? Give feedback.
-
so you meant buttons on top of an input in the end? ok. This is first time it was asked then :) |
Beta Was this translation helpful? Give feedback.
-
Oh yes, thats what I meant, but @henry2man option also sounds good. |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? What's the current way of adding something like custom buttons bellow a message? We need custom answer buttons in our chat app, I can imagine this is a common requirement across chat bot apps. |
Beta Was this translation helpful? Give feedback.
-
@k00na This library became hard to maintain, so I am working on a complete re-design that will be more performant and customisable, that's why no updates. I will make sure to include this in the new requirements list. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I was wondering whether this library supports chat actions? For example one user makes an offer and another user is prompted with "Accept" or "Decline" flat buttons in chat. Something similar to zendesk's bot navigation feature.
Beta Was this translation helpful? Give feedback.
All reactions