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 a behavior for the vertical scrollbar #85

Closed esskar closed 4 years ago

esskar commented 4 years ago

This will allow to specify how the vertical scrollbar should behave. This is similar to #77 . I did not see that pull request before i made my changes.

duytq94 commented 4 years ago

Thank you, I just merged https://github.com/duytq94/flutter-intro-slider/pull/77 so we should close your PR since they're the same?

esskar commented 4 years ago

It was not the same? with my PR you could set if the scrollbar is always shown, never, or only when scrolling.

duytq94 commented 4 years ago

I got what you mean, could you help me update your PR by replace the old scrollbar I just merged at https://github.com/duytq94/flutter-intro-slider/pull/77 with yours?

duytq94 commented 4 years ago

Thanks for your request 👍