When trying to run the start command, the tool sadly does only check APPDATA:
|
var appData = Platform.environment['APPDATA']; |
It should check LOCALAPPDATA too, this is even written in the docs of dart too: https://dart.dev/tools/pub/cmd/pub-get#the-system-package-cache
This results in the tool not being able to patch my packages.
When trying to run the
startcommand, the tool sadly does only checkAPPDATA:patch_package/lib/patch_package.dart
Line 149 in cb6ba5b
It should check
LOCALAPPDATAtoo, this is even written in the docs of dart too: https://dart.dev/tools/pub/cmd/pub-get#the-system-package-cacheThis results in the tool not being able to patch my packages.