-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[flutter_tools] unpin path_provider_android and roll #110216
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
[flutter_tools] unpin path_provider_android and roll #110216
Conversation
@GaryQian & @camsim99 actually, it looks like version 2.0.20 from https://github.com/flutter/plugins/pull/6231/files wasn't published to pub https://pub.dev/packages/path_provider_android. Is there some other action we need to take to publish? |
Looks like the release action failed post-submit: https://github.com/flutter/plugins/runs/7813700106?check_suite_focus=true
|
@stuartmorgan brought this issue to my attention: #92675. Seems like it failed to publish silently. |
hmm, not sure how but 2.0.20 is now published, so i think i'm unblocked. |
f261dd0
to
cd7d402
Compare
I reran the flaky post-submit test on the old PR after @camsim99 flagged the problem, so it published. |
Thanks Stuart! |
Fixes #109397 by unpinning path_provider_android and picking up the new release from flutter/plugins#6231