8000 Fix: UI stutters when uploading a large file using flutter web by licy183 · Pull Request #1227 · cfug/dio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix: UI stutters when uploading a large file using flutter web #1227

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

Merged
merged 1 commit into from
Oct 20, 2021
Merged

Fix: UI stutters when uploading a large file using flutter web #1227

merged 1 commit into from
Oct 20, 2021

Conversation

licy183
Copy link
Contributor
@licy183 licy183 commented Jul 18, 2021

New Pull Request Checklist

  • I have read the Documentation
  • I have searched for a similar pull request in the project and found none
  • I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)
  • I have added the required tests to prove the fix/feature I am adding
  • I have updated the documentation (if necessary)
  • I have run the tests and they pass

This merge request fixes / refers to the following issues:
Fixes #1119

Pull Request Description

Uint8List.fromList will make a copy of the provided list. Avoid using it to prevent UI stuttering when uploading a large file.

@jgoyvaerts
Copy link
Contributor

This issue has been fixed on our fork of dio, dio_http.

Package is available here: https://pub.dev/packages/dio_http

@wendux wendux merged commit 64f3621 into cfug:master Oct 20, 2021
@licy183 licy183 deleted the web-adapter-pr-branch branch October 22, 2021 02:09
wendux added a commit that referenced this pull request Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

上传文件慢
3 participants
0