flutter/examples/image_list
2019-11-14 09:31:36 -08:00
..
android Updated flutter/examples to further conform to new embedding: removed references to FlutterApplication, deleted all MainActivity's that were not necessary, removed all direct invocations of GeneratedPluginRegistrant. (#22529) (#44782) 2019-11-14 04:08:28 +00:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios use_modular_headers (#42204) 2019-10-15 12:36:50 -07:00
lib Update image_list example to use https instead of http (#39124) 2019-09-25 15:12:51 -07:00
pubspec.yaml Update package test (#44882) 2019-11-14 09:31:36 -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.