Infinite Scroll ListView causing UI jittering/jumping while scrolling

Widgets & Design

I am facing an issue in FlutterFlow after enabling the Infinite Scroll option in a ListView.

The data loads successfully, but while scrolling, the UI starts jittering/jumping continuously. Because of this, scrolling becomes very laggy and it becomes difficult to interact with the screen properly.

Here's a screen recording of the bug: https://drive.google.com/file/d/1okjY7aJzAjRMcUMG7s3Ri7-gXWc0Xj2J/view?usp=sharing

My setup:

  • ListView with backend query

  • Infinite scroll turned ON

  • Data loads correctly from Firebase

Expected behavior:

  • Smooth scrolling experience while loading next page data automatically.

Current behavior:

  • UI keeps jittering/jumping during scroll

  • Screen feels laggy

  • Scroll position changes unexpectedly

  • Difficult to tap or interact with items while scrolling

The issue only starts after enabling Infinite Scroll. Has anyone found a fix or workaround for this?

What have you tried so far?
  • Rebuilt the ListView

  • Tested with smaller datasets

  • Enabled/disabled infinite scroll multiple times

  • Tried different page sizes/limits

  • Verified that data is loading correctly

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