chat_app_live_stream
chat_app_live_stream copied to clipboard
Enhancement : scroll down not only when you press the send button but also you have been received new data from firebase
thank you for sharing your chat app code. i've got enhancememt point of your chat app.
Problem
-
other people sent message to you.
-
but scroller doesn't go down to bottom automatically. so you can't notice new message
Solution
when the send button clicked, scroll controller is heading down because of https://github.com/tensor-programming/chat_app_live_stream/blob/9631e44adbfa46c46bdc727a131d7456e759dbfa/lib/main.dart#L288-L291
but while other people are saying, scroller doesn't go down. because scroll down logic is only fired when send button clicked. In order to fix this problem, i suggest addPostFrameCallback of SchedulerBinding