flutter/examples/image_list
2019-08-05 16:51:57 -07:00
..
android Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
lib Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
pubspec.yaml Reland "Integrate dwds into flutter tool for web support (#34252)" (#37649)" (#37650) 2019-08-05 16:51:57 -07: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.