• Adam Barth's avatar
    NetworkImage occasionally does not grab the image · 8b1effc5
    Adam Barth authored
    I haven't been able to reproduce this bug consistently, but my theory is that
    the ImageDecoder was being garbage collected before it called its completion
    callback. This patch prevents that by keeping a reference to the image decoder
    while the callback is in flight.
    
    Fixes #801
    8b1effc5
Name
Last commit
Last update
..
src Loading commit data...
animation.dart Loading commit data...
gestures.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
rendering.dart Loading commit data...
services.dart Loading commit data...
sky_tool Loading commit data...
widgets.dart Loading commit data...