title | description | short-title | target-list | ||
---|---|---|---|---|---|
Add Windows as a target platform for Flutter |
Configure your system to develop Flutter for Windows. |
Set up Windows development |
|
To set up your development environment for targeting Windows, choose the guide that corresponds to the Getting Started path you followed, or the platform you already have set up.
{% for target in target-list %}
{% assign targetLink = '/platform-integration/windows/install-windows/install-windows-from-' | append: target | downcase %}
{% assign icon = target | downcase -%}
{% case icon %}
{% when 'android' -%}
phone_android
{% when 'web' -%}
web
{% endcase -%}
add
desktop_windows
Make Windows desktop and {{ target }} apps
{% endfor %}