huhx / flutter_oss_aliyun

阿里云oss sdk的flutter版本
MIT License
61 stars 23 forks source link

上传进度回调,只回调了一次。 #22

Closed HelloBitches closed 1 year ago

HelloBitches commented 1 year ago

1111 我使用 await Client().putObject上传图片时,希望拿到图片上传进度的回调。 但是onSendProgress回调实际上只回调了一次, 这样的话,我没法在页面上展示上传进度了,类似于从1%-100%。 希望大佬可以修复该问题。

HelloBitches commented 1 year ago

我使用的版本:5.0.0

huhx commented 1 year ago

Fix in v5.0.2,目前每64KB回调一次。后面可能会考虑根据文件大小来确定chunk size.

HelloBitches commented 1 year ago

Fix in v5.0.2,目前每64KB回调一次。后面可能会考虑根据文件大小来确定chunk size. 好的,多谢大佬,必须星星💗