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

Add option to specify autoplay delay #420

Open jeremiahAI opened 8 months ago

jeremiahAI commented 8 months ago

Currently autoplay automatically delays until autoPlayInterval before it starts.

Some applications might want to operate differently, for instance, start autoplay immediately, or at a different time.

This PR makes it easy to do so without using a controller.