duytq94/flutter-chat-demo

Are the messages being added infinitely in List?

ark-tik opened this issue · 1 comments

listMessage.addAll(snapshot.data!.docs);

Hi, I might be wrong but while testing I found that using List.addAll call is appending snapshots infinitely if the enclosed stateful widget is built too many times while scrolling through chat messages.

Hi, thanks for your feedback.
You're right, I just fix it, please check again at f58e1b4