-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check/Validation on Swipe/Next #92
Comments
Hi, |
Hi @philcoffeejunkie , Did you develop this? I am having the same problems with refFuncGotoTab.. |
Hi @Lirry18 please expand the code example section at https://github.com/duytq94/flutter-intro-slider#custom-layout and search the keyword |
I am also having the same problem. Any example of how to hook in? |
@marcelweigle please go here https://github.com/duytq94/flutter-intro-slider#custom-layout, expand the Code example section, and you will get the example of how to use it. |
Hi!
Is there a recommended/best practice way for hooking into the
goToTab()
method?What I like to do is to perform a validation, before a user can proceed to the next slide, like for example a login or license code check.
I tried to solve this with
refFuncGoToTab
- but I couldn't get it to work and I didn't find further documentation about it...I can offer to implement this myself and make a pull request if you like and think it would be in scope for your plugin.
Cheers,
Phil
The text was updated successfully, but these errors were encountered: