GitPedia
serenader2014

serenader2014/flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.

1 Releases
Latest: 7y ago
1.2.0Latest
joelbrostromjoelbrostrom·7y ago·March 18, 2019
GitHub

Introducing two new features, Vertical scroll and enable/disable infinite scroll . Pass an `Axis` as the `scrollDirection` argument to specify direction. Use `enableInfiniteScroll` to toggle between finite and infinite scroll mode. When `enableInfiniteScroll` is set to `false` the carousel will not scroll past the first or last item.