flutter/examples/image_list
Christopher Fujino 459391708e
[flutter_tools] Pin package:archive and manual roll (#115662)
* add package:archive to pins

* roll
2022-11-18 19:28:10 +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
ios Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
lib Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
macos Increase minimum supported macOS version from 10.13 to 10.14 (#114713) 2022-11-07 11:32:42 +01:00
pubspec.yaml [flutter_tools] Pin package:archive and manual roll (#115662) 2022-11-18 19:28:10 +00:00
README.md

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.