Manual pub roll w/ gradle lockfile regeneration#149342
Manual pub roll w/ gradle lockfile regeneration#149342auto-submit[bot] merged 1 commit intoflutter:masterfrom
Conversation
There was a problem hiding this comment.
cc @christopherfujino if you have any pointers, I think you encountered this (changes to these stock strings that fail analysis) in the past in #145564, and said you "fixed analysis and checked it in" but I don't know what that means in this context
There was a problem hiding this comment.
I think I gave up on this because it turned into a yak shave. I would recommend just reverting the diffs to three dart files here as a workaround.
I believe @andrewkolos has a PR open that would fix this, although as I recall this is a subtly tricky problem to solve.
There was a problem hiding this comment.
Sounds good, I'll revert
There was a problem hiding this comment.
(FYI) I filed #149386 and will be trying to resolve this.
Manual recreation of flutter#148911 Entire PR is just the output of ``` flutter update-packages --force-upgrade ``` followed by (run from the root of the flutter repo) ``` find . -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion ```
Manual recreation of #148911
Entire PR is just the output of
followed by (run from the root of the flutter repo)
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.