-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Currently the flutter tool knows how to talk to the vm_service in 3 separate ways.
-
The vm_service_lib which is still pulled in transitively from package:coverage. (@grouma has expressed plans to upgrade this package to use the modern vm_service_client).
-
The vm_service_client, which might only be used transitively, but contains the fully generated API.
-
Our own vm_service client implementation. This does not cover the full API, only the parts require for hot reload.
We should identify the feasibility of replacing our implementation with the generated version.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.