Flutter lists cookbook
A catalog of recipes for handling lists in your Flutter app.
Create a horizontal list
How to implement a horizontal list.
Create lists with different types of items
How to implement a list that contains different types of assets.
Work with long lists
Use ListView.builder to implement a long or infinite list.
Use lists
How to implement a list.
Create a grid list
How to implement a grid list.
Place a floating app bar above a list
How to place a floating app bar or navigation bar above a list.
List with spaced items
How to create a list with spaced or expanded items
Was this page's content helpful?
Unless stated otherwise, the documentation on this site reflects Flutter 3.47.2. Page last updated on 2026-05-05. View source or report an issue.