Flutter SDK releases
The Stable channel contains the most stable Flutter builds. See Flutter’s channels for details.
Stable channel (Windows)
Select from the following scrollable list:
Flutter version | Architecture | Ref | Release Date | Dart version |
---|---|---|---|---|
Loading... |
Beta channel (Windows)
Select from the following scrollable list:
Flutter version | Architecture | Ref | Release Date | Dart version |
---|---|---|---|---|
Loading... |
Stable channel (macOS)
Select from the following scrollable list:
Flutter version | Architecture | Ref | Release Date | Dart version |
---|---|---|---|---|
Loading... |
Beta channel (macOS)
Select from the following scrollable list:
Flutter version | Architecture | Ref | Release Date | Dart version |
---|---|---|---|---|
Loading... |
Stable channel (Linux)
Select from the following scrollable list:
Flutter version | Architecture | Ref | Release Date | Dart version |
---|---|---|---|---|
Loading... |
Beta channel (Linux)
Select from the following scrollable list:
Flutter version | Architecture | Ref | Release Date | Dart version |
---|---|---|---|---|
Loading... |
Master channel
Installation bundles are not available for master. However, you can get the SDK directly from GitHub repo by cloning the master channel, and then triggering a download of the SDK dependencies:
$ git clone -b master https://github.com/flutter/flutter.git
$ ./flutter/bin/flutter --version
For additional details on how our installation bundles are structured, see Installation bundles.