Horizontal ListView inside a Vertical ScrollView in Flutter
问题 I am trying to achieve a very common behavior nowadays which is to have a horizontal List within another widget which is at the same time scrollable. Think something like the homescreen of the imdb app: So I want to have a widget that scrolls vertically with few items on them. At the top of it there should be a horizontal ListView , followed up with some items called motivationCard . There are some headers in between the list and the cards as well. I got something like this on my Widget :