β–²

Flutter Gems is a curated list of 5600+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter Scrollable, ScrollView and Scrollbar packages

Last updated: April 2, 2024

Scrolling is the act of viewing an entire content (document, image, etc.) by moving up, down, or across a screen or monitor using a scroll bar, scroll wheel, or touchscreen gestures. A scroll controller is an object that manages the scrolling of a view. It is responsible for scrolling the view when the user moves their finger across the screen. The scroll controller also allows the view to be scrolled programmatically.

The complete list of Flutter packages that provide Sliver, Scroll Bar, Scroll View and Scroll Controller utilities for your Flutter app is provided below.


sliver_tools Card Image
sliver_tools
Dart 3 compatible πŸ‘ 1.16K
Maintenance Status: Good

A set of useful sliver tools that are missing from the flutter framework

gap
Dart 3 compatible πŸ‘ 667
Maintenance Status: Good

Flutter widgets for easily adding gaps inside Flex widgets such as Columns and Rows or scrolling views.

draggable_home Card Image
draggable_home
Dart 3 compatible πŸ‘ 617
Maintenance Status: Good

Draggable is a library for adding a beautiful draggable home page

extended_nested_scroll_view
Dart 3 compatible πŸ‘ 247
Maintenance Status: Good

extended nested scroll view to fix pinned header and inner scrollables sync issues.

two_dimensional_scrollables
Dart 3 compatible πŸ‘ 245
Maintenance Status: Good

Widgets that scroll using the two dimensional scrolling foundation.

tiktoklikescroller Card Image
tiktoklikescroller
Dart 3 compatible πŸ‘ 190
Maintenance Status: Good

A vertical fullscreen scroll implementation that snaps in place, similar to the TikTok app

scrollview_observer
Dart 3 compatible πŸ‘ 139
Maintenance Status: Good

A widget for observing data related to the child widgets being displayed in a ScrollView.

fading_edge_scrollview
Dart 3 compatible πŸ‘ 92
Maintenance Status: Good

Package providing FadingEdgeScrollView which allows you to build scrollable views with fading edges

exprollable_page_view Card Image
exprollable_page_view
Dart 3 compatible πŸ‘ 91
Maintenance Status: Good

Yet another PageView widget that expands its page while scrolling it. Exprollable is a coined word combining the words expandable and scrollable.

hidable Card Image
hidable
Dart 3 compatible πŸ‘ 89
Maintenance Status: Good

Widget, that can make any static located widget hidable (scroll to hide).

scrollable_list_tab_scroller Card Image
scrollable_list_tab_scroller
Dart 3 compatible πŸ‘ 80
Maintenance Status: Good

Customizable Flutter widget that synchronizes a scrollable list of grouped items with tabs

loop_page_view Card Image
loop_page_view
Dart 3 compatible πŸ‘ 67
Maintenance Status: Good

A simple Flutter PageView builder constructor wrapper that allows for endless scrolling on both directions.

vs_scrollbar Card Image
vs_scrollbar
Dart 3 compatible πŸ‘ 64
Maintenance Status: Good

Customizable ScrollBar that can be dragged for quick navigation supporting both Horizontal and Vertical list.

scroll_pos Card Image
scroll_pos
Dart 3 compatible πŸ‘ 55
Maintenance Status: Good

Provides some additional functions to ScrollController to define item position relative to the screen.

scrolls_to_top
Dart 3 compatible πŸ‘ 41
Maintenance Status: Good

A dart package for working with scrolls-to-top iOS feature. Easy to use

grouped_scroll_view Card Image
grouped_scroll_view
Dart 3 compatible πŸ‘ 36
Maintenance Status: Good

Provide a List, a grouper, and let it display it as a ListView, a GridView or anything else. Supports checkbox or radio in a scrollView.

anchor_scroll_controller Card Image
anchor_scroll_controller
Dart 3 compatible πŸ‘ 36
Maintenance Status: Good

This package implement a ScrollController which supports anchor. That is, AnchorScrollController supports to scroll to index and listen to index changed while scrolling by user.

cross_scroll
Dart 3 compatible πŸ‘ 34
Maintenance Status: Good

A CrossScroll is a flutter Package that permits it’s child views to be scrolled vertically and Horizontally.

snapping_page_scroll Card Image
snapping_page_scroll
Dart 3 compatible πŸ‘ 31
Maintenance Status: Good

A plugin that allows you to make a pageView that scrolls a certain number of pages based on the scroll velocity, and then snaps to the nearest page.

nested_scroll_views Card Image
nested_scroll_views
Dart 3 compatible πŸ‘ 29
Maintenance Status: Good

Flutter nested scrolling views.

flutter_any_scroll Card Image
flutter_any_scroll
Dart 3 compatible πŸ‘ 22
Maintenance Status: Good

Scroll both horizontally and vertically. Use it just like you would use a list view except that you've to add a few more properties as described in the example in the readme.

scroll_when_needed
Dart 3 compatible πŸ‘ 20
Maintenance Status: Good

A packages that allows us to only scroll when needed with the correct platform specific behaviour.

positioned_scroll_observer Card Image
positioned_scroll_observer
Dart 3 compatible πŸ‘ 14
Maintenance Status: Good

An elegant scroll observer that support most scroll views could jump/animateToIndex without breaking current widgets.

scroll_to_index
Dart 3 compatible πŸ‘ 711
Maintenance Status: Average

Scroll to a specific child of any scrollable widget in Flutter

expandable_page_view Card Image
expandable_page_view
Dart 3 compatible πŸ‘ 383
Maintenance Status: Average

A PageView widget adjusting it's height to currently displayed page

extended_sliver Card Image
extended_sliver
Dart 3 compatible πŸ‘ 149
Maintenance Status: Average

A powerful extension library of Sliver, which include SliverPinnedPersistentHeader, SliverPinnedToBoxAdapter and ExtendedSliverAppbar.

flextras
Dart 3 compatible πŸ‘ 123
Maintenance Status: Average

A collection of Flex widgets (Columns and Rows) with additional functionality.

web_smooth_scroll Card Image
web_smooth_scroll
Dart 3 compatible πŸ‘ 112
Maintenance Status: Average

A package to help you provide a smoother and aesthetic scroll feeling.

scroll_loop_auto_scroll Card Image
scroll_loop_auto_scroll
Dart 3 compatible πŸ‘ 80
Maintenance Status: Average

This widget automatically scrolls the custom child widget to an infinite loop.

opscroll_web Card Image
opscroll_web
Dart 3 compatible πŸ‘ 60
Maintenance Status: Average

A library that provides create One-Page Scrolling for Flutter Web. Creating easy and fast one-page landing pages, also provide other scrolling animations like Fade&Drop&Water.

scroll_to_id Card Image
scroll_to_id
Dart 3 compatible πŸ‘ 58
Maintenance Status: Average

scroll_to_id is a Flutter library that enables screen to auto-scroll by selecting id defined for each widget in scrollview.

reveal_on_scroll Card Image
reveal_on_scroll
Dart 3 compatible πŸ‘ 51
Maintenance Status: Average

A Flutter library for easily animating widget as they enter/leave the viewport.

scroll_page_view Card Image
scroll_page_view
Dart 3 compatible πŸ‘ 40
Maintenance Status: Average

A new Flutter Scroll PageView package.support infinite swipe 、 custom indicator.

dyn_mouse_scroll
Dart 3 compatible πŸ‘ 33
Maintenance Status: Average

A wrapper for scrollable widgets that enables smooth scrolling with a mouse on all platforms.

constrained_scrollable_views
Dart 3 compatible πŸ‘ 33
Maintenance Status: Average

Set of useful scrollable views includes ConstrainedScrollView, ScrollableColumn, and ScrollableRow.

scroll_snap_effect Card Image
scroll_snap_effect
Dart 3 compatible πŸ‘ 22
Maintenance Status: Average

A Flutter package to create easy scroll snap effect

sticky_footer_scrollview
Dart 3 compatible πŸ‘ 21
Maintenance Status: Average

A Flutter Widget that is scrollable with a sticky footer either stick to the bottom of screen of the end of the scroll body.

draggable_scrollbar
Dart 3 compatible πŸ‘ 350
Maintenance Status: Poor

A scrollbar that can be dragged for quickly navigation through a vertical list. Additional option is showing label next to scrollthumb with information about current item.

linked_scroll_controller
Dart 3 compatible πŸ‘ 290
Maintenance Status: Poor

A scroll controller that allows two or more scroll views to be in sync.

flutter_improved_scrolling
Dart 3 compatible πŸ‘ 94
Maintenance Status: Poor

Attempt to implement better scrolling for Flutter Web and Desktop. Includes keyboard, MButton and custom mouse wheel scrolling.

overscroll_pop
Dart 3 compatible πŸ‘ 91
Maintenance Status: Poor

A Flutter widget for Scrollview, pop when overscroll like Pinterest and Instagram app on iOS

parallax_animation
Dart 3 compatible πŸ‘ 68
Maintenance Status: Poor

This plugin enable a parallax effect in any Scrollable, simply wrap your Scrollable in a ParallaxArea and use a ParallaxWidget inside it.

snap_scroll_physics
Dart 3 compatible πŸ‘ 67
Maintenance Status: Poor

Scroll physics to snap the user scroll at different offsets

adaptive_scrollbar
Dart 3 compatible πŸ‘ 37
Maintenance Status: Poor

Adaptive desktop-style scrollbar that can be placed on either side of the screen.

scroll_indicator
Dart 3 compatible πŸ‘ 28
Maintenance Status: Poor

Scroll indicator with listening controller of listview or gridview.

widgets_visibility_provider
Dart 3 compatible πŸ‘ 24
Maintenance Status: Poor

This is a library that listens to children inside scrollview.

sequential_navigator
Dart 3 compatible πŸ‘ 6
Maintenance Status: Poor

A vertical sequential sidebar navigation panel. A way to sequentially control user flow through major and minor sections. Sequential flow through menu or direct page index access

flutter_scroll_to_top
πŸ‘ 102
Maintenance Status: Average

A package that provides a simple wrapper to wrap your scrollable widgets in, that lets you show a scroll to top prompt to the user when they scroll.

flutter_web_scrollbar
πŸ‘ 47
Maintenance Status: Poor

A customizable scrollbar for flutter web.

flutter_parallax
πŸ‘ 38
Maintenance Status: Poor

A Flutter widget that moves according to a scroll controller.