You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please select which package this feature is related to
stream_chat_flutter
Which platforms would this feature impact?
iOS, Android, Web, Windows, MacOS, Linux
Is your feature request related to a problem?
We would like to customise how quoted messages appear. The easiest way to do this would be to use StreamQuotedMessageWidget in conjunction with StreamMessageWidget.quotedMessageBuilder. However, this widget is not exported by the library, meaning we will have to copy/paste the content of the widget into our own custom one, which becomes brittle when updates to stream_chat_flutter are made.
Describe the solution that you'd like
It would be great if stream_chat_flutter could export StreamQuotedMessageWidget.
Describe alternatives that you have considered
We will have to copy/paste the content of the widget into our own custom one, which becomes brittle when updates to stream_chat_flutter are made.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Please select which package this feature is related to
stream_chat_flutter
Which platforms would this feature impact?
iOS, Android, Web, Windows, MacOS, Linux
Is your feature request related to a problem?
We would like to customise how quoted messages appear. The easiest way to do this would be to use
StreamQuotedMessageWidget
in conjunction withStreamMessageWidget.quotedMessageBuilder
. However, this widget is not exported by the library, meaning we will have to copy/paste the content of the widget into our own custom one, which becomes brittle when updates to stream_chat_flutter are made.Describe the solution that you'd like
It would be great if
stream_chat_flutter
could exportStreamQuotedMessageWidget
.Describe alternatives that you have considered
We will have to copy/paste the content of the widget into our own custom one, which becomes brittle when updates to stream_chat_flutter are made.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: