flutter/examples/image_list
2021-04-28 22:54:49 +02:00
..
android migrate from jcenter to mavencentral (#80908) 2021-04-21 21:41:07 -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 add missing trailing commas (#81406) 2021-04-28 22:54:49 +02:00
pubspec.yaml [versions] roll versions and add ffi dep (#81403) 2021-04-28 11:19:03 -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.