-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Fix downloading #37
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
Fix downloading #37
Conversation
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
packages/gauge/CHANGELOG.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add "rename package to gauge" if it was already released under its old name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: add a trailing comma after container(...) and format it like the other expects below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, the initial patch was full of irrelevant changes due to local branching error... I've now cleaned up the patch, and added a unit test.
This would fix our device lab failure. I didn't catch this mitake locally because I already downloaded the resources...
16403cc to
6de0453
Compare
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Can you add a test that would have failed without the await? To make sure we never regress this? |
This reverts commit 652be88. This fix is in flutter/packages#37
This reverts commit 652be88. This fix is in flutter/packages#37
This reverts commit 652be88. This fix is in flutter/packages#37
* Reduce precision to save binary size * assertions
This would fix our device lab failure.
I didn't catch this mitake locally because I already downloaded the
resources...