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

Implementation for onSkipPress #15

Closed Purus closed 5 years ago

Purus commented 5 years ago

What is the default implementeation of onSkipPress action? I could not find any example of moving to the last slide when the skip button is pressed..

It would be good idea to provide a defaul implementation.

duytq94 commented 5 years ago

Thanks for your report, I fixed at https://github.com/duytq94/flutter-intro-slider/commit/e9c7bfc136ca19c4fadf555d60eaacc8f52426ff

Purus commented 5 years ago

Thank you 💯