
Get started | Flutter
4 days ago · Install the Flutter SDK, set up any initial target platform, and get started learning and developing with Flutter!
Install Flutter manually
4 days ago · The instructions on this page are configured to cover installing Flutter on a Windows device. If you'd like to follow the instructions for a different OS, please select one of the following.
Flutter SDK archive
4 days ago · This archive is useful for developers who need to use an older version of Flutter for compatibility reasons or to investigate bugs. The archive includes Flutter SDKs for Windows, …
Install Flutter using VS Code
4 days ago · The instructions on this page are configured to cover installing Flutter on a Windows device. If you'd like to follow the instructions for a different OS, please select one of the following.
Flutter SDK overview
Sep 25, 2025 · The Flutter SDK has the packages and command-line tools that you need to develop Flutter apps across platforms. To get the Flutter SDK, see Install.
Set up Windows development - Flutter
Sep 25, 2025 · Learn how to set up your development environment to run, build, and deploy Flutter apps for the Windows desktop platform.
VS Code | Flutter
Sep 5, 2025 · With the Flutter extension installed, you can compile, deploy, and debug Flutter apps. To install the latest version of VS Code, follow Microsoft's instructions for the relevant …
Set up and test drive Flutter
4 days ago · The instructions on this page are configured to cover installing and trying out Flutter on a Windows device. If you'd like to follow the instructions for a different OS, please select …
Building Windows apps with Flutter
Sep 22, 2025 · This page discusses considerations unique to building Windows apps with Flutter, including shell integration and distribution of Windows apps through the Microsoft Store on …
Flutter 3.27.0 release notes
Add a bin/flutter-dev script, for running the flutter command-line tool from source by @matanlurey in 153599 Add test that app builds if migrated to SwiftPM but SwiftPM is turned off by @loic …