-
-
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. |
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: