디바이스를 크롬으로 선택해서 실행한 경우, 아래와 같은 에러 메시지가 나옵니다.
어떻게 해결해야 할까요?

This application is not configured to build on the web.
To add web support to a project, run flutter create .
.
Launching lib/main.dart on Chrome in debug mode...
SocketException: Failed host lookup: 'localhost' (OS Error: nodename nor servname provided, or not known, errno = 8)
#0 _NativeSocket.lookup.<anonymous closure> (dart:io-patch/socket_patch.dart:506:9)
#1 _rootRunUnary (dart:async/zone.dart:1436:47)
#2 _CustomZone.runUnary (dart:async/zone.dart:1335:19)
<asynchronous suspension>
#3 WebAssetServer.start (package:flutter_tools/src/isolated/devfs_web.dart:198:18)
<asynchronous suspension>
#4 WebDevFS.create (package:flutter_tools/src/isolated/devfs_web.dart:727:22)
<asynchronous suspension>
#5 ResidentWebRunner.run.<anonymous closure> (package:flutter_tools/src/isolated/resident_web_runner.dart:285:25)
<asynchronous suspension>
#6 asyncGuard.<anonymous closure> (package:flutter_tools/src/base/async_guard.dart:111:24)
<asynchronous suspension>
Finished with error: Failed to establish connection with the application instance in Chrome.
This can happen if the websocket connection used by the web tooling is unable to correctly establish a connection, for example due to a firewall.