extended_nested_scroll_view
592
extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
flutter_scrollview_observer
394
A widget for observing data related to the child widgets being displayed in a ScrollView. Maintainer: @LinXunFeng
loading_more_list
346
A loading more list which supports ListView,GridView,WaterfallFlow and Slivers.
extended_sliver
165
A powerful extension library of Sliver, which include SliverToNestedScrollBoxAdapter, SliverPinnedPersistentHeader, SliverPinnedToBoxAdapter and ExtendedSliverAppbar.
draggable_home
152
A draggable Flutter widget that makes implementing a sliding up and fully-stretchable much easier.
flutter_sticky_and_expandable_list
137
粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky headers, support use it with sliver widget.
sliver_bar_chart
20
A package that supports Bar Chart in a Flutter Sliver. This Package allows us to add Bar Chart in Sliver and sets a Bar Chart as a Header on Slivers Scroll.
sliver_app_bar_builder
17
A truly customizable sliver for app bars with the benefit of using builders.
transformable_list_view
14
Widget that extends the default ListView with ability to add item transform animations according to it's scroll position
indexed_scroll_observer
7
An elegant scroll observer for observing scrollable widgets in Flutter applications.
grouped_content_custom_scroll_view
5
GroupedContentCustomScrollView Widget. Build a beautiful Table based on Sliver Widgets with entries group by headers.