mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`precacheImage` was failing to dipose the `ImageInfo` it receives. That's part of the contract of being an image listener. I'm doing this in the frame callback for the same reason as evicting it from the cache.