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?