Flutter while Making any Http Request on real device to server reports wrong port number in logs

后端 未结 0 653
南笙
南笙 2021-01-04 15:08
static String baseurl ="http://10.183.121.43:5000/";

try { Response response = await Dio().get(constant.baseurl+"hello/"); print(response); } ca         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题