flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Fix DCM friction points. #7821

Open polina-c opened 4 months ago

polina-c commented 4 months ago
polina-c commented 4 months ago

cc @incendial

polina-c commented 4 months ago

Details:

image

Here is an example of the output https://twitter.com/messages/media/1793947041761992800 if run as "dcm analyze lib --show-installation-hint"

And it will be a button with a "copy upgrade command" on new version notification.

incendial commented 3 months ago

DCM 1.18.0 now includes a new global option called "--show-installation-hint" (https://dcm.dev/docs/cli/#global-options) that shows this output: image

And after you update to the latest DCM VS Code extensions, the "new version" notification will have a separate button to copy the upgrade command:

updated-notification

Both of which should help with your pain points.

@polina-c @kenzieschmoll fyi

polina-c commented 3 months ago

Cool, thank you! Checked respective boxed in description.