mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 19:28:51 +08:00
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.