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

onNextPress method has been added. #97

Closed thruthesky closed 2 years ago

thruthesky commented 3 years ago

There are event handlers like onSkipPress, onDonePress but onNextPress is missing.

duytq94 commented 3 years ago

Hi, much thanks for your PR, Can you explain why we need onNextPress since it must have to do the only thing: go to the next slide.

thruthesky commented 3 years ago

Let's say

This is why I put 'onNextPress' to catch for the button press and when it is pressed, it moves to main screen. For this scenario, 'onSkipPress', 'onNextPress' not works.

duytq94 commented 2 years ago

Hi @thruthesky Sorry for late, just added it at 90ba0d4c59619efb66a73550379695421ad00c1a Thank you!