unhandled exception socketexception failed host lookup os error no address associated with hostname in Flutter code example
Example: SocketException: Failed host lookup
//Add this to your androidManifest file(app/src/main/)
<uses-permission android:name="android.permission.INTERNET"/>