Skip to content

JoDeveloper/list_wheel_scroll_view_nls

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 80.1%
  • Python 6.7%
  • HTML 6.1%
  • Swift 6.1%
  • Other 1.0%