Closed koppor closed 4 years ago
I executed choco install flutter. Afterwards, flutter is installed to C:\tools\flutter. dart-sdk is also isntalled.
choco install flutter
C:\tools\flutter
The PATH looks as follows afterwards:
PATH
I would have expected, that C:\tools\flutter\bin is added to the path.
C:\tools\flutter\bin
I executed
choco install flutter
. Afterwards, flutter is installed toC:\tools\flutter
. dart-sdk is also isntalled.The
PATH
looks as follows afterwards:I would have expected, that
C:\tools\flutter\bin
is added to the path.