duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

On pressed trigger on the slide #2

Closed natarajnattu closed 6 years ago

natarajnattu commented 6 years ago

Is there any way to implement onclick on the image or slide

slides.add( new Slide( title: "Title of the page", description: "Description of the page", backgroundColor: 0xFF0093FF, ), onClick: doSomething(); );

duytq94 commented 6 years ago

Hi @natarajnattu , sorry for late. Ok, I'll add this feature in next version. Thanks.

duytq94 commented 6 years ago

Hi @natarajnattu , I added this feature, please check out the latest version.

natarajnattu commented 6 years ago

Thanks much @duytq94