Answers for "E/flutter ( 9991): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: SocketException: Failed host lookup: 000webhostapp"

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 "E/flutter ( 9991): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: SocketException: Failed host lookup: 000webhostapp"

Browse Popular Code Answers by Language