Skip to content

Add note about potential Windows crash #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 18, 2025
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
4 changes: 4 additions & 0 deletions docs/intro/before-you-begin/setting-up-flutterflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ The FlutterFlow application can be accessed from your browser or installed as a
- **macOS**: While FlutterFlow should work on 10.13 or higher, we recommend using 13 or higher
- **Windows**: While FlutterFlow should work on 7 or higher, we recommend using 10 or higher

:::info
Some Windows users may experience a crash. To fix this, install the [**Microsoft Visual C++ 2015–2022 Redistributable (both x64 and x86)**](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) from the official Microsoft site.
:::

For details on target platform system requirements, please see the [Flutter documentation](https://docs.flutter.dev/reference/supported-platforms).

### Desktop vs Web:
Expand Down