I was trying to build a social media app.In my home page I was displaying other people posts.But its displaying the last uploaded post repeatedly rather than displaying all posts.
This is cloud firestore database structure database structure
This is the output I am getting The same post is repeating multiple times
This is my code I have used Stream builder and Listview.builder
I was expecting all posts instead I am getting the recently uploaded pos multiple times displayed
I think its problem is your code line 77
Try to implement your code like this: