-
-
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
Slow on web? #964
Comments
We also experience the same problem. |
Is there any news about it? |
We migrated away to use basic http.Client provided by Flutter/Dart. |
With http provided by Flutter/Dart, how do you set up withCredentials variable in BrowserClient? |
Our app uses JWT authentication, so we just use plain headers for doing that.
|
But unfortunately, this doesn't solve my problem using Cookies |
There is no plan to update this library for solving this problem? @wendux Thanks in advance |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions. |
Is dio still slow on web? |
yes |
Few seconds before uploading a file... |
I'm on flutter 2.2.2 and every thing okay on android and iOS ! but on web is so slow. |
same problem |
This issue has been fixed on our fork of dio, dio_http. Package is available here: https://pub.dev/packages/dio_http |
Nowadays with Flutter:
I find them both unacceptably slow on Web, however on desktop or mobile it is just fine. |
I've noticed that dio seems to be about 9 times slower then http when fetching 1mb of data on web.
That seems weird to me. Am I doing something wrong?
Output:
I am using dio
3.0.10
and dart2.11.0-213.1.beta (beta)
.The text was updated successfully, but these errors were encountered: