I am working on a design that requires users to sort through various data. I would like to avoid using swipable stacks in my design. What are the best alternative widgets to use? For example, I like the design of the AirBnB app and would like something similar for my content. To me it looks like each home in the AirBnB design is something like the "pageview" widget coupled with the ability to scroll down on the page. Is this possible to replicate in my design using FlutterFlow?
Thanks!!!