mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Reverts: flutter/flutter#150733 Initiated by: gmackall Reason for reverting: This breaks apps that use plugins that use `compileSdk` 31, some of which we use in our postsubmit (so it blocks the tree). Original PR Author: gmackall Reviewed By: {jason-simmons} This change reverts the following previous change: Manual engine roll to https://github.com/flutter/engine/pull/53532, because the roll requires lockfile generation. |
||
---|---|---|
.. | ||
android | ||
images | ||
ios | ||
lib | ||
macos | ||
pubspec.yaml | ||
README.md |
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.