flutter/examples/image_list
Jacob MacDonald 193fe3e980
Update null safe deps to prepare for the 2.12 sdk version (#69041)
* update pinned null safety deps

* run update-packages

* add http dep to devicelab package

* rerun update-packages
2020-10-26 14:31:13 -07:00
..
android move compile/target sdk versions to 29 (#62799) (#63008) 2020-08-11 14:51:02 -07:00
images Introduce image loading performance test. (#34823) 2019-06-28 15:14:03 -07:00
ios App.framework must support iOS 8 for older Flutter projects (#68729) 2020-10-22 13:50:54 -07:00
lib Re-enable image_list test with updated certificate(good for 3650 days). (#64519) 2020-08-25 11:30:27 -07:00
pubspec.yaml Update null safe deps to prepare for the 2.12 sdk version (#69041) 2020-10-26 14:31:13 -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.