flutter/examples/image_list
2022-01-10 13:55:16 -08:00
..
android Reland 3: Display Features (#93240) 2021-11-20 15:48:06 -08:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Revert "Update Xcode toolsVersion encoded in generated Main.storyboard (#94084)" (#94164) 2021-11-24 10:12:53 -05:00
lib Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00
pubspec.yaml Run update-packages --force-upgrade (#96325) 2022-01-10 13:55:16 -08: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.