fluttercommunity / fluttercommunity/flutter_uploader

Uploading progress not working properly

Open
#178 3 comments 5 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.