Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.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
Flutter 颤振移动应用中的网页信息发送和响应接收_Flutter_Web Services_Soap - Fatal编程技术网

Flutter 颤振移动应用中的网页信息发送和响应接收

Flutter 颤振移动应用中的网页信息发送和响应接收,flutter,web-services,soap,Flutter,Web Services,Soap,我有一个颤振应用程序,我想在其中集成一种特殊的计算器。我将有几个输入字段,我必须将输入值发送到一个真正的计算器(示例页:)。该计算器将进行数学运算,我需要接收结果以在我的应用程序中显示它。最好的方法是什么?您无法访问该网页。更好的选择是使用http包发送api调用

我有一个颤振应用程序,我想在其中集成一种特殊的计算器。我将有几个输入字段,我必须将输入值发送到一个真正的计算器(示例页:)。该计算器将进行数学运算,我需要接收结果以在我的应用程序中显示它。最好的方法是什么?

您无法访问该网页。更好的选择是使用
http
包发送api调用