我尝试连接到一个url,其中一个简单的原因是在我想连接到服务器之后。为了这个我有URL url = new URL(urlServer);Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("10.0.0.1", 8080));
ClientException (Connection closed before full header was received)加载数据时,我一直收到这个错误 import 'package:http/http.dart' show Client;
Future<Platoons> fetchMeatifyById(String id) async