mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

* Introduce image loading performance test. This example reports how long it takes to load images over the network(locally spawned server).
8 lines
277 B
Markdown
8 lines
277 B
Markdown
# image_list
|
|
|
|
An example that sets up local http server for serving single
|
|
image, creates 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.
|