issues
search
fluttercommunity
/
flutter-draggable-scrollbar
Draggable Scrollbar - A scrollbar that can be dragged for quickly navigation through a vertical list. Additional option is showing label next to scrollthumb with information about current item. Maintainer: @marica27
https://pub.dev/packages/draggable_scrollbar
MIT License
441
stars
77
forks
source link
fix #6 - Exceptions on animation controllers due to not dispose() on all
#11
Open
diablodale
opened
5 years ago
diablodale
commented
5 years ago
fix #6
needed to dispose of both animation controllers
need to cancel the timer before disposing of those two controllers
fix #6