flutter/examples/image_list
Flutter GitHub Bot d85e2fb810
Roll pub packages (#125225)
This PR was generated by `flutter update-packages --force-upgrade`.
2023-04-20 18:28:10 +00:00
..
android Fix warning in flutter created project ("package attribute is deprecated" in AndroidManifest) (#123426) 2023-03-29 04:21:03 +00: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 [macOS] Remigrate principal class to NSApplication (#124173) 2023-04-05 09:05:37 -07:00
pubspec.yaml Roll pub packages (#125225) 2023-04-20 18:28:10 +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.