flutter/examples/image_list
Chris Bracken ffa3785411
Update package versions to latest (#39013)
This fixes a breakage in fuchsia where package_config version 1.1.0 is
required but flutter_tools is currently locked to 1.05.
2019-08-21 19:15:33 -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 Remove xcconfigs from template Copy Bundle Resources build phases (#38724) 2019-08-19 16:23:45 -07:00
lib Moved the default BinaryMessenger instance to ServicesBinding (#38464) 2019-08-21 16:47:42 -07:00
pubspec.yaml Update package versions to latest (#39013) 2019-08-21 19:15:33 -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.