duytq94 / flutter-chat-demo

The chat app made by Flutter and Firebase
MIT License
1.74k stars 676 forks source link

Are the messages being added infinitely in List? #57

Closed KartikShrivastava closed 2 years ago

KartikShrivastava commented 2 years ago

https://github.com/duytq94/flutter-chat-demo/blob/f4589012771b39658a72162a471e5c651ca0dfcd/lib/pages/chat_page.dart#L665

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.

duytq94 commented 2 years ago

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