The Most Popular Flutter List Components

1.Empty Widget

FilterList is a flutter plugin which is designed to provide ease in filter data from list of strings.
filterList is a flutter plugin which is developed to filter data from list
Empty Widget

View on GitHub

2.Implicitly Animated Reorderable List

A Flutter ListView that implicitly calculates the changes between two lists using the MyersDiff algorithm and animates between them for you. The ImplicitlyAnimatedReorderableList adds reordering support to its items with fully custom animations.

A Flutter ListView that implicitly animates between the changes of two lists with support to reorder its items.

Implicitly Animated Reorderable List

View on GitHub

3.MultiTypeListView

A light weight flutter customer ListView that displays multiple widget types.

MultiTypeListView

View on GitHub

4.Flutter Staggered Animations

Easily add staggered animations to your ListView, GridView, Column and Row children as shown in Material Design guidelines.

Flutter Staggered Animations

View on GitHub

5.Sticky Infinite List

Infinite list with sticky headers.

This package was made in order to make possible render infinite list in both directions with sticky headers, unlike most packages in Dart Pub.

Supports various header positioning. Also supports Vertical and Horizontal scroll list

It highly customizable and doesn’t have any third party dependencies or native(Android/iOS) code.

In addition to default usage, this package exposes some classes, that can be overridden if needed. Also some classes it can be used inside Scrollable widgets independently from InfiniteList container.

This package uses CustomScrollView to perform scroll with all benefits for performance that Flutter provides.

Sticky Infinite List

Features

  • sticky headers within infinite list
  • multi directional infinite list
  • customization for sticky header position
  • horizontal sticky list support
  • dynamic header build on content scroll
  • dynamic min offset calculation on content scroll

View on GitHub

6.Flutter Tableview

A flutter widget like iOS UITableview. let listView with section header and each section header will hover at the top.

Flutter Tableview

View on GitHub

7.Flutter Infinite ListView

Flutter Infinite ListView - ListView with items that can be scrolled infinitely in both directions. Maintainer: @slightfoot

Flutter Infinite ListView

View on GitHub

8.Flutter Awesome List

A Flutter UI Experiment to build awesome list for Flutter Apps.

Flutter Awesome List

View on GitHub

9.Dynamic List View

A list component that can refreshes and adds more data for Flutter App.

Dynamic List View

View on GitHub

10.Snaplist

A small cozy library that allows you to make snappable list views.

Issues and Pull Requests are really appreciated!

Snaplist supports different and even dynamically sized children to be listed and correctly snapped.
Flutter Listview

View on GitHub

#flutter #programming

The Most Popular Flutter List Components
134.80 GEEK