flutter / devtools

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

Expose service manager helpers in `devtools_app_shared` #7923

Closed kenzieschmoll closed 2 weeks ago

kenzieschmoll commented 2 weeks ago

This moves the * Add connectedAppPackageRoot, rootPackageDirectoryForMainIsolate, and mainIsolateRootLibraryUriAsString methods to the ServiceManager base class in devtools_app_shared. This is so that extension authors can take advantage of these methods too.