Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.12 KB

AnimatedList_index.md

File metadata and controls

31 lines (28 loc) · 1.12 KB
layout title permalink
page
AnimatedList Sample Apps
/catalog/samples/AnimatedList_index/

All of the sample apps listed here use the Flutter AnimatedList class in an interesting way. The Sample App Catalog page lists all of the sample apps.

Android screenshot

An AnimatedList that displays a list of cards which stay in sync with an app-specific ListModel. When an item is added to or removed from the model, the corresponding card animates in or out of view.

This app features the following classes: AnimatedList, AnimatedListState.

Learn more.