OSError (OS Error: No address associated with hostname, errno = 7).
If you force the OSError mentioned above, with All Exceptions checked on VS Code breakpoints section, it will try to open flutter/bin/cache/pkg/sky_engine/lib/_internal/vm/bin/socket_patch.dart, but even on master, there is no bin folder under vm.
It is coming from pub_cache/hosted/pub.dev/http-1.3.0/lib/src/io_client.dart inside IOClient.send at var response = await stream.pipe(ioRequest) as HttpClientResponse;.
CC @DanTup