-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web int类型超出限制后 数据错误 #2334
Labels
h: need more info
Further information is requested
p: dio
Targeting `dio` package
platform: web
s: bug
Something isn't working
Comments
jiajialaixi
added
h: need triage
This issue needs to be categorized
s: bug
Something isn't working
labels
Nov 27, 2024
与 Dio 无关。 |
AlexV525
added
i: out of support
and removed
h: need triage
This issue needs to be categorized
s: bug
Something isn't working
labels
Nov 27, 2024
我的意思并不是获取精度问题 ,服务器返回的数据与dio 断点获取到的数据不一致 而http返回的数据是与服务的数据同步的 |
提供下最小复现示例,包含同时使用 dio 和 http 的对比。 |
AlexV525
added
h: need more info
Further information is requested
p: dio
Targeting `dio` package
s: bug
Something isn't working
platform: web
and removed
i: out of support
labels
Nov 27, 2024
|
Token 已过期 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
h: need more info
Further information is requested
p: dio
Targeting `dio` package
platform: web
s: bug
Something isn't working
Package
dio
Version
5.7.0
Operating-System
Web
Adapter
Default Dio
Output of
flutter doctor -v
No response
Dart Version
3.5.3
Steps to Reproduce
1、在flutter-web请求接口
Expected Result
Actual Result
在dio获取到的数据与服务器返回的不一致 在android 端这个id 就没有任何问题
我使用flutter http: ^1.2.2 请求接口返回的数据就是正确的
The text was updated successfully, but these errors were encountered: