0

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

1 Answers1

1

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
Suat Özkaya
  • 427
  • 3
  • 9