list_wheel_scroll_view_nls 0.0.5 copy "list_wheel_scroll_view_nls: ^0.0.5" to clipboard
list_wheel_scroll_view_nls: ^0.0.5 copied to clipboard

A flutter project which add scroll direction to ListWheelScrollView allowing you to have horizontal ListWheelScroolView.

list_wheel_scroll_view_nls #

A Flutter package that extends ListWheelScrollView to support scrollDirection, enabling horizontal scrolling.

Usage #

Simply use ListWheelScrollViewX instead of ListWheelScrollView and provide the scrollDirection.

ListWheelScrollViewX(
  scrollDirection: Axis.horizontal,
  itemExtent: 100,
  children: [
    // Your children here
  ],
)

Features #

  • Horizontal Scrolling: Supports both vertical and horizontal layouts.
  • Physics: Properly respects physics parameter.
  • Restoration: Supports state restoration via restorationId.
10
likes
155
points
465
downloads

Publisher

verified publisherjodeveloper8.me

Weekly Downloads

A flutter project which add scroll direction to ListWheelScrollView allowing you to have horizontal ListWheelScroolView.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on list_wheel_scroll_view_nls