I am trying to create a pagiewView in flutter that shows preview of the next page and the a preview of the next page as is in the attached image. How can I achieve that?
I finally knew how to achieve this with pageView
PageView(
children: items,
controller: PageController(
viewportFraction: 0.8,
initialPage: 0,
)
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With