auto_scrolling 0.3.1
auto_scrolling: ^0.3.1 copied to clipboard
Enables auto scrolling in a scrollable (ListView, GridView, etc.) by using tertiary mouse button (mouse wheel click).
0.3.1 #
- docus: update documentation by @Xazin in https://github.com/KeepAscent/auto_scrolling/pull/11
0.3.0 #
- feat: custom cursor by @Xazin in https://github.com/KeepAscent/auto_scrolling/pull/9
- feat: add auto scroll anchor by @Xazin in https://github.com/KeepAscent/auto_scrolling/pull/7
- fix: deadzone should be directional by @Xazin in https://github.com/KeepAscent/auto_scrolling/pull/5
0.2.0 #
- chore: update license to MIT by @Xazin in https://github.com/KeepAscent/auto_scrolling/pull/3
- feat: support multi directional auto scrolling by @Xazin in https://github.com/KeepAscent/auto_scrolling/pull/2
0.1.0 #
- chore: initial commit by @Xazin