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

feature request: ability to specify horizontal scroll physics #96

Closed marchellodev closed 3 years ago

marchellodev commented 3 years ago

It would be really neat to be able to assign horizontal scroll physics to BouncingScrollPhysicsfor example.

duytq94 commented 3 years ago

I will add an attribute so you can set behavior for this action.

duytq94 commented 3 years ago

Added at https://github.com/duytq94/flutter-intro-slider/releases/tag/2.3.4

marchellodev commented 3 years ago

Thanks!