I am developing an app in the Flutterflow no-code app development tool. I have a column where I want to put two ListViews, like below
Column
- ListView#1
- ListView#2
I have already added ListView#1 and am getting an error when I try to add ListView#2 to the column. The error message is:
A Column cannot be set to Scrollable when a child is set to Expanded
For both use inside your
ListView
use the below propertiesYou can also follow this tutorial