TBR: Add getSupportedProtocols to VM Service Wrapper + pin webdev#2062
TBR: Add getSupportedProtocols to VM Service Wrapper + pin webdev#2062DanTup merged 6 commits intoflutter:masterfrom
Conversation
|
Pushed an additional change to add
The
Yeah, those are in other repositories and will need fixing there. I'm not entirely sure what the implementation of |
|
@jacob314 landing this TBR to get the build green - I'll address any feedback in a follow-up PR. The webdev version in travis.sh can be reverted once webdev is fixed, though all the other changes are required (to implement the updated VM Service interface, and provide IDs to all constructors that now mark them as required). |
|
@jacob314 @devoncarew I landed this TBR. The hard-coded webdev version has since been reverted, but the other changes remain (required to implement the new vm_service interface) so still need to be reviewed. Thanks! |
|
Thanks! |

v4.1.0 of vm_service adds a new method (
getSupportedProtocols). I don't think this is technically a breaking change, however both DevTools and webdevimplementtheVmServiceInterfacewhich means they don't compile with that version.This change:
getSupportedProtocolsto address the same issue for DevToolsIf this goes green, I may land TBR so I can rebase my other PR and ensure it's passing, but we'll want to revert the hard-coded webdev version here as soon as webdev publishes a fix.
Related: