elva_scroll_view 0.0.6 copy "elva_scroll_view: ^0.0.6" to clipboard
elva_scroll_view: ^0.0.6 copied to clipboard

A Flutter package for nested scrolling with coordinated scrolling and inertial scrolling transfer capabilities.

0.0.6 - 2026-01-23 00:44:45 #

  • Add your changes here

0.0.5 - 2026-01-23 00:08:47 #

  • Add your changes here

0.0.4 - 2026-01-23 00:08:31 #

  • Add your changes here

0.0.4 - 2026-01-23 00:07:32 #

  • Add your changes here

0.0.4 - 2026-01-23 00:03:45 #

  • Add your changes here

0.0.4 - 2026-01-22 23:50:10 #

  • lint problem fix

Initial Release #

  • Core Features

    • Support for nested scrolling with coordinated scrolling across multiple levels
    • Inertial scrolling transfer capabilities across scroll components
    • Shell mode for independent scroll areas (prevents scroll offset from propagating upward)
    • Flexible Builder pattern for easy integration
  • Components

    • ElvaScrollViewBuilder: Main builder component for wrapping CustomScrollView
    • ElvaScrollViewScrollController: Custom scroll controller with transport pixel node implementation
    • ElvaScrollViewPosition: Custom scroll position manager extending Flutter's native ScrollPositionWithSingleContext
    • ElvaScrollViewAnimationOverscrollDispatcher: Inertial scrolling animation dispatcher
  • Notifications

    • ElvaScrollViewAnimationScrollingNotification: Dispatched during global overscroll animation events
  • Configuration Options

    • debugLabel: Debug label for logging purposes
    • isShell: Shell mode flag for independent scroll areas
    • Custom scroll activity management
    • User drag offset handling
1
likes
150
points
153
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for nested scrolling with coordinated scrolling and inertial scrolling transfer capabilities.

Repository (GitHub)
View/report issues

Topics

#scroll-view #scrolling #inertial-scroll #coordinated-scroll #nested

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on elva_scroll_view