smooth_list_view 2.0.2
smooth_list_view: ^2.0.2 copied to clipboard
ListView constructors that implement smooth scrolling when using a mouse and scrolling with arrow keys.
2.0.2 #
- fixed issues related to the
reverseattribute and the list scrolling back to its controller original position when the content changed
2.0.1 #
- added docs and removed import of
dart:ioto be compatible with runtime WASM - forgot to remove
enableKeyScrollingattribute.
2.0.0 #
- fixed a bug where we were not able to interact with widgets within the
SmoothListView(e.g. buttons) - removed support for scrolling using arrow keys
1.1.1 #
- fixed a bug where the
Scrollbarwasn't activated by default on desktop platforms and issues related to scrolling with bothScrollbarand mousewheel.
1.1.0 #
- fixed a bug where you couldn't use a
Scrollbarto scroll whensmoothattribute was set totrue.
1.0.5 #
- updated dependencies and solved issues regarding deprecated code
1.0.4 #
- updated README (again)
1.0.3 #
- updated README (again)
1.0.2 #
- updated README
1.0.1 #
- updated README
1.0.0 #
- Initial release
