From a96da72ac5cd7c22f8ade1a1e152199a6335364b Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 6 Feb 2022 21:55:52 +0000 Subject: [PATCH] https://github.com/mogol/flutter_secure_storage/issues/356 --- scripts/prepare-windows.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/prepare-windows.ps1 b/scripts/prepare-windows.ps1 index 7b749091..f403203e 100644 --- a/scripts/prepare-windows.ps1 +++ b/scripts/prepare-windows.ps1 @@ -1,3 +1,4 @@ choco install flutter -y +choco install visualstudio2019-workload-nativedesktop -y Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" -refreshenv \ No newline at end of file +refreshenv