-
-
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
[🔔 Dio] sendTimeout cannot be used without a request body to send #2255
Comments
Yes, it literally tells you that it doesn't work. |
The problem, at least in my case, is that I set |
@AlexV525 How is one supposed to use a single client instance without being notified about |
I can still see the warning. The issue that you linked also says:
Which maybe explains why it didn't change the behavior I'm referring to. |
@tomwyr have you resolved this warning, or have you left it unresolved? |
Using latest version 5.7.0 and still seeing this warning. |
any solve ? |
@Dan-Crane I left it as it is hoping to get an update of the package given the mentioned PR in main doesn't address the issue. |
Package
dio
Version
5.3.3
Operating-System
Web
Adapter
Default Dio
Output of
flutter doctor -v
Dart Version
3.4.0
Steps to Reproduce
Expected Result
No error should be there
Actual Result
I get the following error when running dio on WEB. If I run it on Android or iOS, it works fine!
The text was updated successfully, but these errors were encountered: