Peter Yang

Results 2 comments of Peter Yang

I needed this as well, for a temp solution, I used the messageBuilder param in DashChat and for the MessageContainer that gets returned in that function, I used the messageTextBuilder...

I had the same issue and it appears to happen for me in chat_view.dart void changeVisible(bool value) { if (widget.scrollToBottom) { setState(() { visible = value; }); } } Here's...