diff --git a/src/content/get-started/quick.md b/src/content/get-started/quick.md index 0bb638177b..b7acf97d7a 100644 --- a/src/content/get-started/quick.md +++ b/src/content/get-started/quick.md @@ -241,6 +241,12 @@ follow the instructions in [Install Flutter manually][]. {:type="a"} + :::note + The VS Code setup process might check for Android Studio, which can result in a warning if it's not installed. + You can safely ignore this if you're targeting other platforms (like web, iOS, or macOS), as the installation will still succeed. + Afterward, run `flutter doctor` to verify your installation. + ::: + 1.