flutter/examples/image_list
Greg Spencer c2f5bf99f1
Add macos project auto migration code for FlutterApplication (#122336)
Add macos project auto migration code for FlutterApplication
2023-03-16 01:01:03 +00: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 Add Info.plist from build directory as input path to Thin Binary build phase (#118209) 2023-01-13 13:41:08 -06:00
lib Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
macos Add macos project auto migration code for FlutterApplication (#122336) 2023-03-16 01:01:03 +00:00
pubspec.yaml roll packages (#120951) 2023-02-23 19:21:53 +00: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.