Closed Zazo032 closed 5 months ago
Hi, the issue is on latest versions of Flutter (that directory doesn't exists)
You can use these two already available commands
$(DartToolPath)/dart pub cache
pub-cache. $(FlutterToolPath)/flutter pub get
Both of these paths provide you with pub commands so you don't need the FlutterPubCachePath
. This isn't an issue from this extension but how the Flutter evolved and upgraded over the years.
Close this issue once you verify the above solution.
Pipeline:
The output of
Pub cache path (task)
:The output of
Pub cache files (task)
:Seems like the returned path from
FlutterPubCachePath
is wrong ordart pub get
is not saving the packages in that directory