WRONG_VERSION_NUMBER(tls_record.cc:242)) error flutter code example
Example: WRONG_VERSION_NUMBER(tls_record.cc:242)))
If you are in flutter, just change your requests from https to http
(assuming you dont need a secure connection)
and enable http conections in the android manifest
with this line
android:usesCleartextTraffic="true"
inside the application tag