Search code examples
flutterdartflutter-pageview

Pageview.builder overlapping effect


I'm coding a quiz app. I want to achieve this. Everything is okay but the overlapping effect doesnt. I'm using pageview.builder to navigate between pages. How can i achieve this ?

enter image description here


Solution

  • I think you wish to have a carousel effect for your question cards. A simple solution would be using ListView horizontally, also there are some packages that you would like to check, for example;

    1. flutter_swiper
    2. carousel_slider