flutter/examples/image_list
2021-03-02 10:14:02 -08:00
..
android Build more integration tests during pre-submit (#76554) 2021-02-22 14:04:09 -08:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Build iOS apps using Swift Packages (#73508) 2021-01-07 15:59:09 -08:00
lib enable use_key_in_widget_constructors lint (#77032) 2021-03-02 10:14:02 -08:00
pubspec.yaml Update all packages (#76143) 2021-02-16 15:29:12 -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.