mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
This PR adds a Flutter sample app that shows an implementation of the "infinite list" UX pattern. That is, a list is shown to the user as if it was continuous although it is internally paginated. This is a common feature of mobile apps, from shopping catalogs through search engines to social media clients.
1.4 KiB
1.4 KiB
Sample app maintenance log
This table records the last time someone from the Flutter team came did a maintenance pass on a particular sample (read through the code, updated it to match any new language/SDK features, etc.).
| Sample | GH username | Date Updated |
|---|---|---|
| animations | theacodes | 10/7/19 |
| chrome-os-best-practices | ||
| experimental | ||
| flutter_maps_firestore | ||
| infinite_list | filiph | 5/13/20 |
| isolate_example | johnpryan | 11/21/19 |
| jsonexample | redbrogdon | 1/3/20 |
| material_studies/shrine | ||
| place_tracker | ||
| platform_design | johnpryan | 10/7/19 |
| platform_view_swift | redbrogdon | 10/7/19 |
| provider_counter | redbrogdon | 11/21/19 |
| provider_shopper | redbrogdon | 11/21/19 |
| veggieseasons | ||
| web |