List view isn’t scrolling!

Widgets & Design

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!

What have you tried so far?

I checked the community for my problem but don’t find any solution. May be I am doing something wrong mistakes, I keep trying again and again with different pages but same result.

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