Flutter Dio causing FormatException Randomly and Inconsistently Even Though JSON Format is correct
Flutter Dio package is causing a FormatEXception when it's parsing the response from the server. The server returned STATUS 200. My guess is it's an internal cause in Dio when it's decoding the JSON. Any hints? Must stress that it…