Pin package:vm_service_client to 0.2.6+2#37444
Pin package:vm_service_client to 0.2.6+2#37444jamesderlin wants to merge 2 commits intoflutter:masterfrom
Conversation
package:vm_service_client as of 0.2.6+3 is marked as deprecated. To avoid future analysis warnings when upgrading packages, pin it to 0.2.6+2 until we can fully migrate to using package:vm_service instead.
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. /cc @dnfield |
Codecov Report
@@ Coverage Diff @@
## master #37444 +/- ##
==========================================
- Coverage 55.27% 54.95% -0.32%
==========================================
Files 193 193
Lines 18017 18018 +1
==========================================
- Hits 9958 9902 -56
- Misses 8059 8116 +57
Continue to review full report at Codecov.
|
| 'build_runner': '1.6.1', // TODO(jonahwilliams): allow newer versions | ||
| 'build_modules': '2.3.0' | ||
| 'build_modules': '2.3.0', | ||
| 'vm_service_client': '0.2.6+2', // Final version before being marked deprecated. |
There was a problem hiding this comment.
Worth adding a comment that this should be replaced w/ vm_service
There was a problem hiding this comment.
Done. I've filed #37499 and added a TODO.
20e424c to
013db57
Compare
|
PR #34252 includes this. |
Description
package:vm_service_client as of 0.2.6+3 is marked as deprecated. To
avoid future analysis warnings when upgrading packages, pin it to
0.2.6+2 until we can fully migrate to using package:vm_service
instead.
Tests
None.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?