Closed DanTup closed 1 month ago
Done. It's possible to switch back to the old one with a flag in case you're working on an old branch or something:
"dart.customDevTools": {
// ...
"legacy": true,
}
(No promises that "legacy" means the same thing in the future!)
See https://github.com/flutter/devtools/pull/8410