Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.14 KB

windows.md

File metadata and controls

39 lines (28 loc) · 1.14 KB
title short-title next
Windows install
Windows
title path
Set up an editor
/docs/get-started/editor

{% assign os = 'windows' -%}

System requirements

To install and run Flutter, your development environment must meet these minimum requirements:

  • Operating Systems: Windows 7 SP1 or later (64-bit)
  • Disk Space: 400 MB (does not include disk space for IDE/tools).
  • Tools: Flutter depends on these tools being available in your environment.
    • Windows PowerShell 5.0 or newer (this is pre-installed with Windows 10)

    • Git for Windows 2.x, with the Use Git from the Windows Command Prompt option.

      If Git for Windows is already installed, make sure you can run git commands from the command prompt or PowerShell.

{% include_relative _get-sdk-win.md %}

{% include_relative _android-setup.md %}

{% include_relative _web-setup.md %}

Next step

Set up your preferred editor.