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

Add prev button #17

Closed PabloPL closed 5 years ago

PabloPL commented 5 years ago

This commit adds support for prev button. It'll be setup exactly as NEXT button. If skip button is enabled, it won't be visible, also it won't be visible on first page (since there is no prev for first). It requires changes from https://github.com/duytq94/flutter-intro-slider/pull/16

duytq94 commented 5 years ago

Hi, thanks for your contribution, I merged it.