flutter/examples/image_list
Alexander Aprelev 4f3199f864
Update image_list example to use https instead of http (#39124)
* Update image_list test to use locally set up https server to validate performance of image loading over https(rather than http) protocol. Https requires more back-and-forward communication before image bytes are sent to the client, shows clear signs of throughput affected by how busy flutter UI isolate is.
2019-09-25 15:12:51 -07:00
..
android Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -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 Update image_list example to use https instead of http (#39124) 2019-09-25 15:12:51 -07:00
pubspec.yaml ensure dart2js does not compile unsupported packages (#40368) 2019-09-12 15:25:21 -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.