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 16 forks source link

Feat/jump to page #21

Open AdamH4 opened 1 year ago

AdamH4 commented 1 year ago

Hello,

I came across wanting to jump to specific page of carousel and it seems that I am only able to go to next/previous pages to I made one small method that uses pageController class and it's jumpToPage method.