I am making speedtest application with Flutter. I tried dio and http libraries. While I get full speed on iOS, I get at least 35% - 50% lower values on Android. I tried many ways, I read articles for hours, but I couldn't find a solution. I made a connection with Kotlin and increased Byte etc., again low speed. The upload speed seems very high to low. That's a problem too
Asked
Active
Viewed 647 times
1
-
Hello Were you able to find a solution? I'm facing the same issue for the past few days. – Danny Sep 24 '22 at 08:43
-
@Danny i'm using dio.get with ResponseType.stream. I think this is best setting – Burak Mete Erdoğan Sep 24 '22 at 13:15