flutter/examples/image_list
2022-07-07 17:46:07 +00:00
..
android Explicitly declare android:exported in examples' manifest (#88502) 2022-04-19 16:29:07 -07:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Set template and migrate apps to iOS 11 minimum (#101963) 2022-04-15 11:34:08 -07:00
lib Export public API types from services/*.dart library (#106316) 2022-06-28 20:26:06 +00:00
macos macos support for image_list (#84899) 2022-04-21 12:34:07 -07:00
pubspec.yaml Roll pub packages (#107185) 2022-07-07 17:46:07 +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.