Questions tagged [flutter-flexible]

2 questions
0
votes
1 answer

How to place horizontal scrollable Listview.builders inside a scrollable column? Flutter

I would like to have a few horizontal scrollable rows which are going to be filled with data from a DB. The Items in the row have unequal heights as some have 2 line text and some are only one-liners. These rows should be displayed inside a…
Simon
  • 18
  • 3
0
votes
0 answers

How to restrain DataTable to just expand on max height or lower

I have a layout in Flutter where I have a DataTable which should just expand into its contents, or to definite max height (in this example it would be 200). The DataTable definition is contained into two SingleChildScrollViews scrolling height and…