serenader2014 / flutter_carousel_slider

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

Items with width > of screen size and horizontal scroll? #410

Open GianlucaAntolini opened 11 months ago

GianlucaAntolini commented 11 months ago

Is there a possibility to have the items of the carousel slider to be larger than the screen size and be able to scroll inside each one and at the end of the item you actually scroll to the next/previous item? I tried but once you have an item larger than the screen size it only displays that one.