-
Notifications
You must be signed in to change notification settings - Fork 387
Accessing the package details seems to return invalid data. #6734
Copy link
Copy link
Open
Labels
P3issues we think are valid but not importantissues we think are valid but not importantbugSomething isn't workingSomething isn't workingdevtools extensionsIssues related to DevTools extensionsIssues related to DevTools extensions
Description
I'm trying to access the name of the main package from Devtools running inside the browser. It looks like I'm getting invalid data back.
var rootInfo = serviceManager.rootInfoNow();
var package = rootInfo.package;
// Returns: "file:"
var library = rootInfo.library;
// Returns: "file:///Users/viktor/Projects/tests/gui_1/gui_1_server/bin/main.dart"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3issues we think are valid but not importantissues we think are valid but not importantbugSomething isn't workingSomething isn't workingdevtools extensionsIssues related to DevTools extensionsIssues related to DevTools extensions