Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/get-started/quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <h3>Troubleshoot installation issues</h3>

If you encounter any issues during installation,
Expand Down
Loading