• Dan Field's avatar
    Dispose precached image info (#143017) · 7514c16a
    Dan Field authored
    `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.
    7514c16a
image.dart 50.4 KB