fluttercommunity / fluttercommunity/flutter_uploader
Uploading progress not working properly
Open
- Dominant language
- Dart
- Stars
- 218
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Uploading progress updating in bulks rather than on each new progress, which makes the uploading progress very "bulky". It also looks like the progress is falling behind the actual uploading, making it go from 50% to complete in one bulk.
Expected behavior: Progress goes from 0% to 1% to 2% to 3% etc.
Actual behavior: Progress goes from 0% to 20% to 40% to 100%.
How to reproduce: Use your code in /example folder
Tested on Android only
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.