Infinite Scrolling ListView inside a Column

Troubleshooting

I have an Column with some Items at the Top and a ListView below that. The ListView is set to infinite Scroll and fetches Data from an API.

My current settings make the Page scroll as intended, but it keeps requesting the API, event without scrolling.

I tried a bunch of other Settings (see below) but nothing works as intended. I think my goal is clear and nothing so special, i wonder why it's not working.

What have you tried so far?

I tried various Setting:

  • Containing Column and the ListView with and without "primary" Scroll Setting

  • Tried all the "Expansion" Settings on the ListView an "DashboardTopArea" Component

  • ListView with and without "Shrink Wrap" Setting

  • Containing the ListView in a fixed height Container

Did you check FlutterFlow's Documentation for this topic?
No
2