I want to use a widget like Carousel Slider or Expandable Page View (or any PageView builder working implementation) that has items/pages with width larger than the screen width. I want to be able to scroll left and right freely and switch page only when I reach the end of the item/page (left/right so previous/next). Also I want them to be vertically scrollable too.
The problem doesn’t seem so much the vertical scroll but the horizontal one, since I tried and whenever I create an item with width > than the screen size, all the other pages disappear and I can only scroll inside that one.
2
Answers
This is what I am trying, only the first item appears.
This code may help to resolve the issues.