-
Notifications
You must be signed in to change notification settings - Fork 362
Handle breaking changes in package:vm_service v14 #6953
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
Handle breaking changes in package:vm_service v14 #6953
Conversation
bddf37f to
8f3fb23
Compare
8f3fb23 to
e231f34
Compare
packages/devtools_app/lib/src/screens/network/network_controller.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/screens/network/network_controller.dart
Outdated
Show resolved
Hide resolved
packages/devtools_app/lib/src/screens/network/network_service.dart
Outdated
Show resolved
Hide resolved
kenzieschmoll
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.
one request to de-dupe. then lgtm
packages/devtools_app/lib/src/screens/network/network_service.dart
Outdated
Show resolved
Hide resolved
fac7642 to
2d158f8
Compare
8f67165 to
a488936
Compare
|
@derekxu16 I rolled vm_service 14 to flutter/flutter in flutter/flutter#141427 |
565eebb to
3d8b718
Compare
Thanks! |
3d8b718 to
c813f7a
Compare
|
The problem described above actually didn't apply, I just needed to change a call in |
20ca33c to
6d96471
Compare
…ocketProfilingEnabled
6d96471 to
59b31d6
Compare
package:vm_servicev14 includes breaking changes to the dart:io service extensions. This PR updates thepackage:vm_serviceconstraint to^14.0.0and updates DevTools in response to those changes.