CP: Manually update DWDS to 21.0.0+1 to fix null-cast error when debugging from VS Code #140711
Conversation
|
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to stable. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master, unless this is an intentional hotfix/cherrypick. |
|
Shouldn't the pubspec checksum be updated when changing versions? We might want to hold off on these until next week. |
|
the merge target should be a release-candidate branch, also, not |
How do I update the pubspec checksum? |
Probably the best way to do so for release cherry picks would be to use:
This will ensure ONLY dwds is changed, and that the checksum is written. |
…version='21.0.0+1'
|
Thanks! Updated the checksum |
…hen debugging from VS Code (flutter/flutter#140711)
…hen debugging from VS Code (flutter/flutter#140711)
…hen debugging from VS Code (flutter/flutter#140711)
Update DWDS version on Flutter stable to a hotfix release to resolve dart-lang/webdev#2297
See dart-lang/webdev#2319