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.

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.

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.