flutter/examples/image_list
Pierre-Louis de8a2fa6a7
Update packages (#109054)
In particular, to get `material_color_utilities` `0.2.0`.
2022-08-05 15:21:03 -04:00
..
android Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 (#108510) 2022-07-28 19:38:07 -07:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
lib Export public API types from services/*.dart library (#106316) 2022-06-28 20:26:06 +00:00
macos Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
pubspec.yaml Update packages (#109054) 2022-08-05 15:21:03 -04: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.