0

I am unable to create two list like foodpanda app, I want two scrollable list that depends on eachother. but their direction should be different (for first list horizontal and for second vertical). tell me how i can get such listview in flutter.

dual lists scrollview

Shafqat Nadeem
  • 184
  • 1
  • 1
  • 9

1 Answers1

1

I've found a solution that helped me and will solve this same problem of yours. There are a few issues when dealing with scroll to index but the code snippet provided in the link is simple and well elaborated.

Link to another Stackoverflow's query that resembles this problem.

Mohsin Khan
  • 116
  • 8