ConnectyCube / connectycube-flutter-samples

Code samples for Flutter, based on ConnectyCube platform
https://developers.connectycube.com/flutter/
Apache License 2.0
85 stars 91 forks source link

I have followed demo but it is adding new messages on the top of the tray instead of in bottom. so can u tell me what has been used for that? #287

Closed richanshah closed 1 year ago

richanshah commented 1 year ago

I have followed demo but it is adding new messages on the top of the tray instead of in bottom. so can u tell me what has been used for that? in chat screen

TatankaConCube commented 1 year ago

https://github.com/ConnectyCube/connectycube-flutter-samples/blob/master/chat_sample/lib/src/chat_dialog_screen.dart#L806 as you can see, we use the reversed list in our example

richanshah commented 1 year ago

ok