📅  最后修改于: 2022-03-11 14:55:50.907000             🧑  作者: Mango
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