Skip to content

Conversation

@nTerior
Copy link

@nTerior nTerior commented Aug 4, 2023

Before: The download's progress has been multiplied by 100

Resulting bug: The default download progress indicator (a CircularProgressIndicator) is always displaying a state of 100% downloaded, since the range any (Flutter-default) progress indicator (CircularProgressIndicator and LinearProgressIndicator) uses a value range of 0 to 1. Therefore, by multiplying with 100, the visual progress indication is lost.

This has now been fixed.

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.

1 participant