5 lines
137 B
PowerShell
5 lines
137 B
PowerShell
choco install flutter -y
|
|
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
|
refreshenv
|
|
|
|
flutter config --no-analytics
|