问题标签 [flutter-http]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
flutter - Flutter通过rest api端点上传文件
我有一个颤振应用程序,它通过 REST api 与服务器交互,它可以获取和显示信息。它还可以向服务器发送文本信息。我想添加将 pdf 文件和图像发送到服务器的功能,但我不知道如何实现。这是选择文件的代码
这是向服务器发送数据的代码
我该怎么做。
flutter - 如何通过身份验证从 dart 发出 http POST 请求?
我正在尝试发布一个帖子,创建一个用户,但是以一种简单的方式。我确实需要使用身份验证,所以我在标头中传递令牌,就像在 GET 请求中一样。但我不确定为什么会收到错误“400 - Bad Request”。
我正在使用库(或包)“http:0.12.0+2”
html - 当 Webview 重定向到 Flutter 中的另一个页面时获取 Json 响应
flutter_webview_plugin^0.3.11 我正在构建支付网关,在 3d 安全模式下我需要使用 Webview。使用 html 字符串类型的响应启动 Webview。
它在屏幕上打印安全代码阶段。当我提交代码时,它会自动重定向到回调 url,我无法连接或从该 url 获得响应。我需要在提交代码并重定向页面以获取用于关闭 3d 安全支付的令牌时得到响应。任何想法或解决方案?
试过下面的代码。尽管它打印了重定向的 url,但响应元素中没有 json 响应。
flutter - 在 Flutter 中,发出 HTTP 请求,然后根据响应,更新 UI 或打开新页面
我正在开发一个 Flutter 应用程序,它充当客户端,通过 API 连接到服务器。应用程序发出请求,并根据响应进展状态。
我的问题如下:我可以提出请求,然后根据响应更新 UI 或打开新页面吗?
我用过FutureBuilder
如下图。问题是FutureBuilder
需要返回 UI。就我而言,如果响应正常,我想打开一个新页面(参见 //todo 行)。我尝试使用Navigator.pushReplacement
,但它并没有真正起作用。有任何想法吗?
flutter - flutter: requesting url shows invalid api
I want the weather report of a current location based on the latitude and longitude. Here is my code for the same:
While running the app, i got this following error, but i had following the instructions properly and used the api provided by the web site
{"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}