UdaraWanasinghe / flutter-carousel-slider

A customizable carousel slider for Flutter. Supports infinite sliding, custom indicators, and custom animations with many pre-built indicators and animations.
MIT License
29 stars 17 forks source link

OnSlideStart and OnSlideEnd #17

Closed erkecanbazoglu closed 1 year ago

erkecanbazoglu commented 1 year ago

Captured Slide Start and Slide End events with Notification Listener. Therefore users will be able to pass a VoidCallback and take some action when the slide starts and when it ends.