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.
Asked
Active
Viewed 126 times
0
-
You might want to look into [`ScrollController`](https://api.flutter.dev/flutter/widgets/ScrollController-class.html). – Abion47 Sep 22 '20 at 21:20
-
i am unable to find a way to create a list like that. please guide me. how can i achieve that task. i want two scrollable lists exactly show in above mentioned gif. – Shafqat Nadeem Sep 23 '20 at 03:51
-
your gif seems to be broken – sameer kashyap Sep 23 '20 at 05:32
-
right click on it and open it in new tab , i dont know why its not showing here.. https://gfycat.com/everlastingflimsyamurminnow.gif – Shafqat Nadeem Sep 23 '20 at 07:19
1 Answers
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