Welcome to like, reprint please indicate the source

Required for System Installation

Minimum requirements for system installation:

  • Operating system: Windows 7 SP1 and later (64-bit)
  • Disk space: 400MB (excluding disk space occupied by various ides /tools).
  • Tools: The following command-line tools are available
  1. Windows PowerShell 5.0 (Optional)
  2. Git for Windows 2.x (optional)

Download the Flutter SDK

As of 12 February 2020, the latest Stable version of Flutter SDK is V1.12.13 +hotfix.8. Download all Stable versions of Flutter for Windows operating system here.

Unpack the Flutter SDK

Decompress the ZIP file, for example, D:\development. Select an English directory that does not contain special characters such as Spaces, and do not select a directory that requires installation permission such as C:\Program Files\.

Add a Flutter to a system environment variable

Add the decompression PATH (for example, D:\development\flutter\bin) to the system environment variable.

Flutter installation diagnosis

Diagnose whether there are still dependencies for flutter development that are not installed or not successfully installed by running the flutter doctor command. See here for an example

Previous Article Flutter Installation (macOS) Next article Hello World