From 6d15de41d0be13aeb8934b45a482fd4a523bf9e0 Mon Sep 17 00:00:00 2001 From: JoshUndefined Date: Fri, 5 Sep 2025 11:51:26 -0700 Subject: [PATCH] Add Windows build dependency --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 63a37248..ffd0a83c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -18,6 +18,7 @@ Here are some tips to make sure your pull request can be merged smoothly: ### Pre-requisites * Install [Flutter SDK](https://flutter.dev/docs/get-started/install). + * *For Windows Builds:* Install Visual Studio and make sure to include the workload "Desktop development with C++" * Make sure you're on Flutter's stable channel. To know what channel you're on, run ```flutter channel``` on Terminal/Bash. * Setup your [favorite code editor](https://flutter.dev/docs/get-started/editor) (I recommend using [VS Code](https://code.visualstudio.com/))