flutter/examples/image_list
2020-11-23 12:27:36 -08:00
..
android Revert "Migrate template to Gradle 6.7 and AGP 4.1.0 (#70808)" (#71096) 2020-11-23 12:27:36 -08:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Move Flutter.framework to build directory instead of ios/Flutter (#70224) 2020-11-17 10:09:29 -08:00
lib Re-enable image_list test with updated certificate(good for 3650 days). (#64519) 2020-08-25 11:30:27 -07:00
pubspec.yaml [flutter_tools] update dependencies (#70797) 2020-11-18 17:29:28 -08:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00

Image List

An example that sets up a local HTTP server for serving one image then creates a 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.