nested_scroll_view_plus 2.0.0 nested_scroll_view_plus: ^2.0.0 copied to clipboard
An enhanced NestedScrollView offering overscroll support for both the nested and parent scroll views, ensuring a seamless scrolling experience.
2.0.0 #
🚨 Breaking Changes
- Renamed
OverscrollType
toOverscrollBehavior
. - Deprecated
OverlapInjector
andOverlapAbsorber
widgets. It is no longer necessary to wrap header slivers withOverlapAbsorber
.
✨ New Features
- Added support for multiple header slivers. (#3)
- Enhanced the scroll behavior for a smoother and more seamless experience.
- Synchronized the
NestedScrollView
source code with Flutter 3.19.0-5.0.pre for better compatibility and performance.
🔧 Fixes
1.0.3 #
- Fixed an issue where the inner scroll view exceeded the boundaries of the header (issue#4).
- Corrected behavior of NestedScrollView to ensure it follows the defined physics.
- Synchronized NestedScrollView source code with Flutter version Flutter 3.19.0-5.0.pre.
1.0.2 #
- Fixed the performLayout of RenderSliverOverlapAbsorberInner
1.0.1 #
- Fixed issue with incorrect calculation of scrollExtend and layoutExtent in RenderSliverOverlapAbsorberOuter (issue#2)
1.0.0 #
- First release