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
reverse
attribute and the list scrolling back to its controller original position when the content changed
2.0.1 #
- added docs and removed import of
dart:io
to be compatible with runtime WASM - forgot to remove
enableKeyScrolling
attribute.
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
Scrollbar
wasn't activated by default on desktop platforms and issues related to scrolling with bothScrollbar
and mousewheel.
1.1.0 #
- fixed a bug where you couldn't use a
Scrollbar
to scroll whensmooth
attribute 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