nested_scroll_view_plus 1.0.3 nested_scroll_view_plus: ^1.0.3 copied to clipboard
An enhanced NestedScrollView with support for overscrolling for both the inner and outer scrollviews.
1.0.3 #
- Fixed an issue where the inner scroll view exceeded the boundaries of the header (issue#3).
- 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