• Greg Price's avatar
    Fix NetworkImage causing spurious warning in tests (#129537) · 1153371a
    Greg Price authored
    Fixes #129532.
    
    This ensures that when a test properly uses `debugNetworkImageHttpClientProvider` to tell `NetworkImage` to use a fake `HttpClient`, we don't go ahead and try to instantiate `HttpClient` anyway and generate a misleading warning.
    1153371a
image_provider_network_image_test.dart 10.5 KB