Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Dart 错误:颤振/shell/common/shell.cc(181)]省道错误:未处理的异常_Dart_Flutter - Fatal编程技术网

Dart 错误:颤振/shell/common/shell.cc(181)]省道错误:未处理的异常

Dart 错误:颤振/shell/common/shell.cc(181)]省道错误:未处理的异常,dart,flutter,Dart,Flutter,我的应用程序运行良好所有http服务都运行良好。突然发生了一些事情,现在向我的任何http服务显示这个错误 试图深入研究这个问题,但失败了 感谢您的帮助运行flatter doctor-v并重新运行应用程序我有一个相同的错误,我的问题是我使用了错误的方法调用web服务,例如我使用了client.get(),但我的情况下正确的方法是client.post()检查您的internet连接。

我的应用程序运行良好所有http服务都运行良好。突然发生了一些事情,现在向我的任何http服务显示这个错误

试图深入研究这个问题,但失败了


感谢您的帮助

运行
flatter doctor-v
并重新运行应用程序我有一个相同的错误,我的问题是我使用了错误的方法调用web服务,例如我使用了client.get(),但我的情况下正确的方法是client.post()检查您的internet连接。