Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.33 KB

File metadata and controls

34 lines (31 loc) · 1.33 KB
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
Android
web

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 %}