nested_scroll_view_plus 3.0.0 copy "nested_scroll_view_plus: ^3.0.0" to clipboard
nested_scroll_view_plus: ^3.0.0 copied to clipboard

An enhanced NestedScrollView offering overscroll support for both the nested and parent scroll views, ensuring a seamless scrolling experience.

3.0.0 #

  • Synchronized the NestedScrollView source code with Flutter 3.27.2.
  • Added support for CupertinoSliverRefreshControl and other loading indicators.
  • Increased the minimum supported Flutter version to 3.22.0.

2.0.0 #

🚨 Breaking Changes

  • Renamed OverscrollType to OverscrollBehavior.
  • Deprecated OverlapInjector and OverlapAbsorber widgets. It is no longer necessary to wrap header slivers with OverlapAbsorber.

✨ 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

  • Corrected the default physics setting for NestedScrollView.
  • Resolved an issue where NestedScrollView was not adhering to user-specified physics settings. (#4)
  • Improved synchronization between inner and outer scroll views. (#4)

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
44
likes
150
points
7.38k
downloads

Documentation

API reference

Publisher

verified publisherxbox.work

Weekly Downloads

An enhanced NestedScrollView offering overscroll support for both the nested and parent scroll views, ensuring a seamless scrolling experience.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nested_scroll_view_plus