• Jonah Williams's avatar
    Ensure all errors thrown by image providers can be caught by developers. (#25980) · d84879d9
    Jonah Williams authored
    * Ensure all errors thrown by image providers can be caught by developers.
    
    Add an `onError` parameter to the ImageCache.putIfAbsent method.
    In the event that an error is thrown when resolving an image, catch if
    this parameter is provided. Use the onError parameter to ensure that all
    errors thrown are forwarded to the ImageStream error channel instead of
    directly into the void.
    d84879d9
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...