No Exception when Internet not available in HTTP Request
When doing a HTTP request
in Flutter I do not get any Exception
like SocketException
when WiFi is on but there is actually no internet, rather it waits long time until I get the defined TimeoutException
. Also this issue appears when there is network connection in the beginning but suddenly the connection drops.