Hello everyone,
I recently created a new FlutterFlow project where I structured my UI as follows:
Column Widget:
Scrollable: ON
Primary: Enabled
Inside the Column:
ListView Widget:
Shrink Wrap: ON
Primary: OFF
Inside the ListView:
A Container containing a Text widget
For the ListView items, I generated children using App State, where values range from 1 to 13.
However, when I tested the app in Test Mode, the list is not scrolling (as shown in the attached images).
I expected the list to be scrollable, but it seems stuck. What could be the issue? Any suggestions on how to fix this?
Is I am doing something wrong? Kindly suggest.
View project : https://app.flutterflow.io/project/okkk-lv9bd2?tab=widgetTree&page=HomePage
Attaching reference images for better understanding.
Thanks in advance!