flutter/examples/image_list
2021-05-21 13:04:03 -07:00
..
android Add Gradle lockfiles and tool to generate them (#83067) 2021-05-21 13:04:03 -07:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios Build iOS apps using Swift Packages (#73508) 2021-01-07 15:59:09 -08:00
lib Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
pubspec.yaml Add 'v' hotkey to open DevTools in the browser (#82227) 2021-05-13 09:54:10 -07: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.