elva_scroll_view 0.0.6
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 CustomScrollViewElvaScrollViewScrollController: Custom scroll controller with transport pixel node implementationElvaScrollViewPosition: Custom scroll position manager extending Flutter's native ScrollPositionWithSingleContextElvaScrollViewAnimationOverscrollDispatcher: Inertial scrolling animation dispatcher
-
Notifications
ElvaScrollViewAnimationScrollingNotification: Dispatched during global overscroll animation events
-
Configuration Options
debugLabel: Debug label for logging purposesisShell: Shell mode flag for independent scroll areas- Custom scroll activity management
- User drag offset handling