Flutter Gems is a curated list of 6700+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter List packages
Last updated: February 25, 2025
The ListView widget in Flutter is used to display data in a scrollable list. Using the below mentioned Flutter packages we can add more features and create Lists with Slideable, Swipeable or Reorderable items. We can also create specialized lists such as Sliver List, Grouped List and Alphabet List.

flutter_slidable
π 5.78K β¬οΈ 447.6K
Dart 3 compatibleMaintenance Status: Good
A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
scrollable_positioned_list
π 1.89K β¬οΈ 1.6M
Dart 3 compatibleMaintenance Status: Average
A list with helper methods to programmatically scroll to an item.

grouped_list
π 1.53K β¬οΈ 306.4K
Dart 3 compatibleMaintenance Status: Good
A Flutter ListView where the list items can be grouped into sections.
reorderables
π 976 β¬οΈ 52.1K
Dart 3 compatibleMaintenance Status: Poor
Reorderable table, row, column, wrap, sliver list that allow drag and drop of their children.
inview_notifier_list
π 479 β¬οΈ 9.6K
Dart 3 compatibleMaintenance Status: Poor
A Flutter package that builds a listview and notifies when the widgets are on screen.

flutter_swipe_action_cell
π 425 β¬οΈ 20.6K
Dart 3 compatibleMaintenance Status: Good
An awesome UI package incluing iOS style cell swipe action effect.You can use this package to implement iOS style tableView cell swipe action

drag_and_drop_lists
π 429 β¬οΈ 11.1K
Dart 3 compatibleMaintenance Status: Good
A flutter package to allow drag-and-drop reordering of two-level lists.
scroll_snap_list
π 395 β¬οΈ 10.6K
Dart 3 compatibleMaintenance Status: Poor
A Flutter widget that allows "snaping" event to an item at the end of user-scroll.

accordion
π 365 β¬οΈ 20.2K
Dart 3 compatibleMaintenance Status: Average
A stylish and smooth Accordion list where each item can be expanded or collapsed simply by clicking on the header.
azlistview
π 300 β¬οΈ 9.8K
Dart 3 compatibleMaintenance Status: Poor
A Flutter sticky headers & index ListView. IndexBar. such as citylist, contactlist. index and hover effect.
sticky_grouped_list
π 293 β¬οΈ 10.5K
Dart 3 compatibleMaintenance Status: Poor
A ScrollablePositionedList where the list items can be grouped into sections.

searchable_listview
π 253 β¬οΈ 3.3K
Dart 3 compatibleMaintenance Status: Good
A new easy way to filter listview with simple implementation with possibilty to customize search field and empty widget
super_sliver_list
π 221 β¬οΈ 36K
Dart 3 compatibleMaintenance Status: Good
Drop-in replacement for SliverList and ListView that can handle large lists with variable extents and jump/animate to specific items.
infinite_listview
π 128 β¬οΈ 120.9K
Dart 3 compatibleMaintenance Status: Poor
ListView with items that can be scrolled infinitely in both directions.
indexed_list_view
π 213 β¬οΈ 2.2K
Dart 3 compatibleMaintenance Status: Good
Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.

swipeable_tile
π 202 β¬οΈ 2.5K
Dart 3 compatibleMaintenance Status: Good
A package to dismiss with animated background. Also Swipe to tigger action without dismiss.
alphabet_list_scroll_view
π 195 β¬οΈ 239
Dart 3 compatibleMaintenance Status: Poor
A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character.
group_list_view
π 172 β¬οΈ 14.9K
Dart 3 compatibleMaintenance Status: Poor
Flutter package for ListView that allows you to group list items and support headers.

animated_list_plus
π 167 β¬οΈ 17.3K
Dart 3 compatibleMaintenance Status: Average
A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.

flutter_reorderable_list
π 165 β¬οΈ 17K
Dart 3 compatibleMaintenance Status: Average
Reorderable list for flutter.

sticky_and_expandable_list
π 164 β¬οΈ 6K
Dart 3 compatibleMaintenance Status: Average
Build a grouped list, which support expand/collapse section and sticky header, support use it with sliver widget.

animated_reorderable_list
π 130 β¬οΈ 4.1K
Dart 3 compatibleMaintenance Status: Good
A Flutter Reorderable Animated List with simple implementation and smooth transition.

transformable_list_view
π 114 β¬οΈ 293
Dart 3 compatibleMaintenance Status: Good
Widget that extends the default ListView with ability to add item transform animations according to it's scroll position
sticky_infinite_list
π 111 β¬οΈ 1.6K
Dart 3 compatibleMaintenance Status: Poor
Infinite list with sticky headers that can be rendered any direction. Supports header positioning. Can be customized or with config options or with override.

flutter_list_view
π 105 β¬οΈ 7.3K
Dart 3 compatibleMaintenance Status: Good
Provide enhanced list view include jump index, keep position etc.
great_list_view
π 96 β¬οΈ 5.3K
Dart 3 compatibleMaintenance Status: Poor
A Flutter package that enhance the standard list view with implicit animations on changes and so on. See README.md file.

flutter_cart
π 96 β¬οΈ 1.7K
Dart 3 compatibleMaintenance Status: Good
A flutter package for the cart management. This package helps you to perform basic cart operation like (Add to cart, Remove from cart, Get total count) etc.
alphabet_scroll_view
π 95 β¬οΈ 1.3K
Dart 3 compatibleMaintenance Status: Poor
A Scrollable ListView Widget with the dynamic vertical Alphabet List which you can drag and tap to scroll to the first item starting with that letter.
circle_list
π 90 β¬οΈ 971
Dart 3 compatibleMaintenance Status: Poor
This is a flutter circle list plugin written entirely using dart,you can use it in iosγandroid or web!
clickable_list_wheel_view
π 84 β¬οΈ 1K
Dart 3 compatibleMaintenance Status: Poor
Simple wrapper for ListWheelScrollView that allows children to respond on gesture (onTap) events.

flutter_expanded_tile
π 72 β¬οΈ 4.1K
Dart 3 compatibleMaintenance Status: Good
An Expansion tile similar to the list tile supports leading widget,and programatic control with content expansion animation.
list_tile_switch
π 74 β¬οΈ 708
Dart 3 compatibleMaintenance Status: Poor
A simple yet elegant widget combines Material ListTile with custom and original Material and Cupertino switch implementations.
shaky_animated_listview
π 73 β¬οΈ 179
Dart 3 compatibleMaintenance Status: Poor
List animations to track your scroll changes on screen or your list first attachment to animated your list items with different transition rules.

flutter_story_list
π 66 β¬οΈ 148
Dart 3 compatibleMaintenance Status: Good
A Flutter package to create Facebook's style Story List. It will be useful for your awesome app.

cupertino_listview
π 65 β¬οΈ 548
Dart 3 compatibleMaintenance Status: Good
Display a vertical list of sections (group of items), respecting iOS UX design, where the current section title remains displayed on top (until the next one push it away).

animation_list
π 64 β¬οΈ 570
Dart 3 compatibleMaintenance Status: Good
A Flutter package project that is a simple animation listview widget.
scroll_to_id
π 61 β¬οΈ 585
Dart 3 compatibleMaintenance Status: Poor
scroll_to_id is a Flutter library that enables screen to auto-scroll by selecting id defined for each widget in scrollview.
diffutil_sliverlist
π 59 β¬οΈ 1.9K
Dart 3 compatibleMaintenance Status: Poor
A SliverList that implicitly animates changes using diffutil.dart.

grouped_scroll_view
π 55 β¬οΈ 901
Dart 3 compatibleMaintenance 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.
selectable_list
π 55 β¬οΈ 142
Dart 3 compatibleMaintenance Status: Poor
A widget displaying a list of selectable items. When one of the items is selected, the other elements of the list are animated out, leaving the selected value.

alphabet_list_view
π 50 β¬οΈ 2K
Dart 3 compatibleMaintenance Status: Good
A ListView with sticky headers and an iOS-like clickable sidebar.
stacked_listview
π 50 β¬οΈ 109
Dart 3 compatibleMaintenance Status: Poor
A ListView of stacked children. Each children will stacked at first when scroll.

auto_animated_list
π 46 β¬οΈ 1.5K
Dart 3 compatibleMaintenance Status: Good
ListView Widget that supports automatic animations when list items are changed.

expandable_reorderable_list
π 40 β¬οΈ 1.3K
Dart 3 compatibleMaintenance Status: Average
A wrapper around ReorderableListView that allows you to expand and collapse items.
implicitly_animated_reorderable_list_2
π 35 β¬οΈ 5.2K
Dart 3 compatibleMaintenance Status: Good
A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.

infinite_grouped_list
π 36 β¬οΈ 3K
Dart 3 compatibleMaintenance Status: Good
Dynamic scrolling list in Flutter, efficiently grouping items and seamlessly loading more data as user scrolls
automatic_animated_list
π 36 β¬οΈ 2K
Dart 3 compatibleMaintenance Status: Poor
AnimatedList which computes the item deltas each time the underlying list gets updated, and animates the list tiles automatically.
item_selector
π 34 β¬οΈ 48
Dart 3 compatibleMaintenance Status: Poor
A generic item selector that works with ListView, GridView, Row, Column, or basically any parent widget that can have indexed child widgets.
infinite_scroll
π 33 β¬οΈ 401
Dart 3 compatibleMaintenance Status: Poor
A flutter package which provides List and Grid widgets for infinite scrolling views.

reorderable_staggered_scroll_view
π 32 β¬οΈ 120
Dart 3 compatibleMaintenance Status: Good
A Flutter package for creating reorderable staggered grid views.

left_scroll_actions
π 30 β¬οΈ 567
Dart 3 compatibleMaintenance Status: Good
A simple use left-scroll-actions widget like WeChat. Slide to left and you can see buttons.
smooth_sort
π 30 β¬οΈ 50
Dart 3 compatibleMaintenance Status: Poor
A Flutter package for adding wonderful and custom sorting animations.
implicitly_animated_list
π 26 β¬οΈ 4.2K
Dart 3 compatibleMaintenance Status: Good
A Flutter widget that implicitly animates a list whenever it rebuilds with new items.

kanban_board
π 29 β¬οΈ 913
Dart 3 compatibleMaintenance Status: Average
It is a customizable kanban board, which can be used to reorder items and list with drag and drop.
expandable_sliver_list
π 28 β¬οΈ 1.5K
Dart 3 compatibleMaintenance Status: Poor
A sliver List that you can then either expand or collapse, in order to show or hide the contents of the list.

extended_list
π 26 β¬οΈ 3.6K
Dart 3 compatibleMaintenance Status: Good
extended list support track collect garbage/viewport indexes, build lastChild as special child and enable to layout close to trailing.
flutter_horizontal_featured_list
π 28 β¬οΈ 6
Dart 3 compatibleMaintenance Status: Poor
A Flutter package to create Horizontal Featured List. It helps you in saving time during the development of many same designs.
list_tile_more_customizable
π 15 β¬οΈ 182
Dart 3 compatibleMaintenance Status: Poor
A ListTile with more customizable details, which provides more customizable functions, based on the traditional flutter ListTile.
flutter_text_drawable
π 14 β¬οΈ 521
Dart 3 compatibleMaintenance Status: Poor
A flutter library that gives you the flexibility to create and customize text user avatars like Gmail and Contacts.

flutter_slidable_panel
π 11 β¬οΈ 245
Dart 3 compatibleMaintenance Status: Good
A high-performant slidable Panel that can show actions in different positions, and also can expand the action item when the panel is opening

alphabet_navigation
π 10 β¬οΈ 59
Dart 3 compatibleMaintenance Status: Good
A Flutter package that provides an alphabetically indexed list view.

configura_tiles
π 4 β¬οΈ 32
Dart 3 compatibleMaintenance Status: Good
Configura Tiles is a Flutter package designed for creating screens with a list tile setup, such as settings screens.
scrollable_list_tabview
π 167 β¬οΈ 95
Maintenance Status: Poor
A Flutter widget which syncronize a ScrollView and a custom tab view.
circle_wheel_scroll
π 83 β¬οΈ 102
Maintenance Status: Average
Circle Wheel List View for flutter based on ListWheelScrollView by flutter team.
multi_select_item
π 55 β¬οΈ 47
Maintenance Status: Poor
Multi select view item controller for GridView and ListView in Flutter
reorderableitemsview
π 54 β¬οΈ 285
Maintenance Status: Poor
A Flutter package for staggered grid view or ListView with ordering support
side_header_list_view
π 40 β¬οΈ 88
Maintenance Status: Poor
ListView with sticky headers on the side. Inspired by the Android contacts app and the calendar app.
animated_stream_list
π 33 β¬οΈ 70
Maintenance Status: Poor
A Flutter library to easily display a list with animated changes from a Stream<List<E>>. It's like StreamBuilder + ListView.Builder with animations.
snaplist
π 33 β¬οΈ 42
Maintenance Status: Poor
A small library that allows to create lists with snapping to item.
animated_list_view_scroll
π 32 β¬οΈ 32
Maintenance Status: Poor
A widget that provides a list view with scrolling animation. You can set the animation for each object and other interesting features!
pull_to_reveal
π 29 β¬οΈ 58
Maintenance Status: Poor
A simple Flutter widget that wraps a 'ListView' and selectively renders a hidden top element based on user scroll behavior.
marquee_flutter
π 17 β¬οΈ 45
Maintenance Status: Poor
A Marquee widght with ListView,Can scroll vertically or horizontally
list_wheel_scroll_view_x
π 13 β¬οΈ 46
Maintenance Status: Poor
A flutter project which add scroll direction to ListWheelScrollView allowing you to have horizontal ListWheelScroolView.
sliver_grouped_list
π 12 β¬οΈ 61
Maintenance Status: Poor
SliverGroupedList Widget. Build a beautiful Table based on Sliver Widgets with entries group by headers.
expandable_group
π 7 β¬οΈ 129
Maintenance Status: Poor
A new Flutter widget support expanded and collapsed group items in the list of Flutter application.
flutter_section_list_view
π 6 β¬οΈ 29
Maintenance Status: Poor
An extended flutter listView to support sections like iOS UITableView
checkbox_list_tile_more_customizable
π 2 β¬οΈ 40
Maintenance Status: Poor
A CheckboxListTile with more customizable details, which provides more customizable functions, based on the traditional flutter CheckboxListTile.