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
Use Data Table widget.
Two dimensional scrolling is supported by flutter using this widget
Demo using Flutter Gallery App
Post a Comment for "How To Create Horizontally Scrollable Vertical Listview In Flutter?"