Need way to launch binaries in Pub packages #8281
Labels
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
I have a library that needs to start a new Dart process with a script located in the library. The script must be in bin/ or another dir with a packages link so that package: imports work, but if it's outside of lib/ I can't access it.
The text was updated successfully, but these errors were encountered: