

If all is OK, you should see the standard Flutter Demo app: This will check whether your setup is correct. You can press Shift+F10 in Android Studio. Open and run the starter project from the attachment to this tutorial. Execute the following command in the terminal: It should contain the MSVC v143 for your PC ABI (圆4/x86 in case of Intel and compatible CPUs):īefore you open or create a desktop project, enable the Windows support in Flutter. When installing Visual Studio, select Desktop development with C++ workload. If not, check the Windows install documentation of Flutter SDK and Android Studio. Instead, we assume you can already build Flutter mobile apps. This tutorial doesn’t cover Flutter SDK and IDE setup processes. Note: Visual Studio is not the same as Visual Studio Code! To build Flutter apps on Windows you’ll need:

Unfortunately, Flutter isn’t currently supporting cross-compilation. A virtual machine like VMware or VirtualBox with a Windows guest also will work. To compile the Flutter desktop application for Windows, use a PC with Windows OS. You only have to adjust the keyboard shortcuts. But, almost everything should work on macOS and Linux. This tutorial covers the Windows platform only. We’ll focus on key concepts and basic business logic operations.
#Download flutter for windows how to
In this tutorial, you’ll learn how to set up a development environment and create a simple calculator app. Let’s check how to develop the production-level Windows apps with Flutter. Starting from version 2.10, it supports Windows as a target platform. Developers often use Flutter to develop mobile apps.
