Accessing the package details seems to return invalid data.
Aperta
bug
devtools extensions
P3
- Lingua principale
- Dart
- Stelle
- 1.7k
- Fork
- 404
- Merge medio
- 6g 17h
- PR unite (30g)
- 18
Descrizione
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.
```dart
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"
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.