Skip to content Skip to sidebar Skip to footer

How To Create Horizontally Scrollable Vertical Listview In Flutter?

i want to create a list view on Flutter which can be scrolled vertically as well as horizontally. Like in android we can build a recycler view over a horizontal scroll view then it

Solution 1:

Use Data Table widget.

Two dimensional scrolling is supported by flutter using this widget

Demo using Flutter Gallery AppDemo

Post a Comment for "How To Create Horizontally Scrollable Vertical Listview In Flutter?"