SocketException (1) 썸네일형 리스트형 [Flutter]SocketException: Connection refused Flutter에서 API 통신 에러 SocketException 중 ip 주소 에러에 대해 정리해 보았다. I/flutter ( 6681): Error: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = localhost, port = 39968 어떤 기기로 실행하느냐에 따라 IP 주소를 달리 해줘야 한다. 1. Android Emulator http://10.0.2.2:8080/test 2. iOS Simulator http://127.0.0.1:8080/test 3. 내 휴대폰에서 직접 실행 터미널에서 자신의 IP 주소 확인 // mac OS ifconfig // window ipconf.. 이전 1 다음