dual_scroll 0.0.7 dual_scroll: ^0.0.7 copied to clipboard
A Flutter plugin to provide platform independent/dependent scrolling and panning functionality.
0.0.7 #
- Relaxed Constraints for [synaptics_driver_fix_windows][https://pub.dev/packages/synaptics_driver_fix_windows]
0.0.6 #
- Added an optional fix for Horizontal Scrolling on Windows, which was not working on some devices with Synaptics Touchpad and (Touchpad) Drivers.
0.0.5 #
- Performance Improvement.
0.0.4 #
- Fixed a bug due to which the scrollbar(s) did not show when the child changed its size.
0.0.3 #
- Update README to reflect some changes.
0.0.2 #
- Added a new class ScrollBarSettings for changing appearance of the DualScroll widget.
- Updated README.md to reflect new changes.
0.0.1 #
- Initial Release