-
Notifications
You must be signed in to change notification settings - Fork 340
Use emulator names for devices in exposed API #4818
Copy link
Copy link
Closed
Labels
in devtoolsRelates to integration with Dart/Flutter DevToolsRelates to integration with Dart/Flutter DevToolsin flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Metadata
Metadata
Assignees
Labels
in devtoolsRelates to integration with Dart/Flutter DevToolsRelates to integration with Dart/Flutter DevToolsin flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Raised at flutter/devtools#6563 - currently the API used by DevTools/sidebar is getting the raw device names even though we've fixed them up in the VS Code UI.
The ideal fix is in Flutter tools (flutter/flutter#11850) but since we already have this in VS Code we could fix up the sidebar now without needing to complete and ship that work.