flutter / devtools

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

Migrate `inspector_service` path parsing and manipulation to use `package:path` #6868

Open elliette opened 11 months ago

elliette commented 11 months ago

Follow up work from comments in https://github.com/flutter/devtools/pull/6857#discussion_r1411272421

jacob314 commented 11 months ago

We'll need to test carefully on windows. I suspect these may not be package:path friendly paths and may be more like file:/// uris assuming the existing code worked on windows.