How to fix listview infinite scroll

Troubleshooting

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

  1. At top i have to keep Create post section

  2. then have to add row

  3. after that i have to keep the Stories

  4. then I would like to keep the ListView for user Posts

    How do i archive infinite scroll without trouble?

What have you tried so far?

I tried by using nested ListView and Column, check the screenshot below its non stop calling all the data without scrolling

Did you check FlutterFlow's Documentation for this topic?
No
4
14 replies