Relative Content

Tag Archive for flutterscrollviewflutter-animationflutter-listview

How to create custom shaped ListView

I want to create Horizontal V shaped List View just like in the following image , it will scroll from right to left and top to bottom. The labels are index of each container that will be inside it. List will contain a text widget displaying the index. List will detect users scroll up or down gesture and then move the list accordingly. When scrolled down , Label 1 will move to 2nd index that is in place of Label 2 and label 6 will move to index 0 that is place of Label 1 forming a loop.