flutter/examples/image_list
2020-01-02 11:47:28 -08:00
..
android License update (#45373) 2019-11-27 15:04:02 -08:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios License update (#45373) 2019-11-27 15:04:02 -08:00
lib License update (#45373) 2019-11-27 15:04:02 -08:00
pubspec.yaml Revert "Revert "Add many more global analyses. (#47875)" (#48080)" (#48081) 2020-01-02 11:47:28 -08:00
README.md Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00

image_list

An example that sets up local http server for serving single image, creates 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.