I am trying to create a social app using custom API, i am facing issues with listview infinite scroll, the listview infinite scroll only work when i keep the ListView as a parent widget if i keep the ListView under Column or Nested Listview the ListView calling All the API data even never stopping keep calling unlimited without scrolling  
- At top i have to keep Create post section 
- then have to add row 
- after that i have to keep the Stories 
- then I would like to keep the ListView for user Posts - How do i archive infinite scroll without trouble?