flutter/examples/image_list
Anna Gringauze 74944d528f
Run update-packages (#101450)
* Run update-packages

* Update DwdsLauncher, disable failing test

* Fix analyze error

Co-authored-by: Jenn Magder <magder@google.com>
2022-04-07 17:07:05 -07:00
..
android Revert "reads min/target sdk versions from localproperties" (#99191) 2022-02-28 11:41:22 -08:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Run CADisableMinimumFrameDurationOnPhone migration on all example apps (#101314) 2022-04-05 15:38:06 -07:00
lib Prepare examples for use_super_parameters (#100514) 2022-03-29 12:53:08 -07:00
pubspec.yaml Run update-packages (#101450) 2022-04-07 17:07:05 -07:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00

Image List

An example that sets up a local HTTP server for serving one image then creates a single flutter widget with five copies of requested image and prints how long the loading took.

This is used in [$FH/flutter/devicelab/bin/tasks/image_list_reported_duration.dart] test.