serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.61k stars 584 forks source link

multiple images displayed #440

Open joaquingrech opened 6 months ago

joaquingrech commented 6 months ago

Anyone knows how to make it display multiple images at once, similar to a scroll? Like the example in https://pub.dev/packages/infinite_carousel

kevinvenclovas commented 6 months ago

Hi, you need to set the value viewportFraction. This define the width of each page.

options: CarouselOptions(
  viewportFraction: 0.5,
),
jishnulal-crypto commented 6 months ago

is this issue fixed

erperejildo commented 3 months ago

Hi, you need to set the value viewportFraction. This define the width of each page.

options: CarouselOptions(
  viewportFraction: 0.5,
),

that's not fixing anything.

I also need this