flutter-intro-slider
flutter-intro-slider copied to clipboard
Check/Validation on Swipe/Next
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
Hi, This is a good implementation, I am very pleased if you can make a pull request for this.
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 refFuncGoToTab
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.