list_wheel_scroll_view_x 0.0.2 list_wheel_scroll_view_x: ^0.0.2 copied to clipboard
A flutter project which add scroll direction to ListWheelScrollView allowing you to have horizontal ListWheelScroolView.
Examples - ListWheelScrollViewX #
- defalut.dart - Horizonal direction wheel scroll with children arg.
- defalut_flat.dart - Horizonal direction wheel scroll without curve by setting large diameterRatio.
- with_builder.dart - Horizonal direction wheel scroll with useDelegate named contructor allowing you to use builder.