Answers for "Exception has occurred. SocketException (SocketException: Failed host lookup: '4227c729-0a02-4419-b3d8-66e3a1086d27.mock.pstmn.io' (OS Error: No address associated with hostname, errno = 7))flutter"

0

SocketException: Failed host lookup

//Add this to your androidManifest file(app/src/main/)
<uses-permission android:name="android.permission.INTERNET"/>
Posted by: Guest on August-13-2020

Code answers related to "Exception has occurred. SocketException (SocketException: Failed host lookup: '4227c729-0a02-4419-b3d8-66e3a1086d27.mock.pstmn.io' (OS Error: No address associated with hostname, errno = 7))flutter"

Browse Popular Code Answers by Language