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

Allow slides to change with only button presses #14

Closed BrettJeffrey closed 5 years ago

BrettJeffrey commented 5 years ago

Hello,

I wanted to contribute something I've been using for my own project, hopefully other people will find it helpful.

I'm using flutter-intro-slider for my privacy and license terms, but having users able to just scroll past them doesn't work for that.

This commit (optionally, defaults to normal) stops the scrolling behavior, and by changing the text of the "Next" button to be "Agree", now it does what I need!

Please let me know if there's anything I've overlooked or any suggested changes.

duytq94 commented 5 years ago

Hi @BrettJeffrey OK that's good, I merged it, but just notice that you miss () at here but I fixed image Thank for your time.

BrettJeffrey commented 5 years ago

Oops! Well spotted! Thanks :)