Launch DevTools from the 'dart devtools' command instead of pub#90894
Launch DevTools from the 'dart devtools' command instead of pub#90894kenzieschmoll merged 3 commits intoflutter:masterfrom
Conversation
|
FYI @zanderso |
|
Looks like you'll have to update https://github.com/flutter/flutter/blob/master/dev/bots/test.dart#L319 |
|
FYI @DanTup and @stevemessick for VS code and IntelliJ implications of this. Danny, we'd like to have VS code start launching from |
|
sgtm! It looks like this command doesn't exist in the current stable release, so I presume Dart SDK >= v2.15 would be the right version to check for? |
That should work. This is the commit that added the command dart-lang/sdk@d7c8e6a, so it looks like |
CC @bkonyi