Flutter/Dart: How to stop reloading the Stream on keyboard action ListView.builder
I am building a chat app that stores conversation between users on Firestore. The app is working as expected in regards to send and receiving messages, but I am struggling with the stream being rebuild everytime I use the TextField and keyboard appears.