Flutter SDK Archive

The Beta channel contains the most stable Flutter builds. See Flutter’s channels for details.

Beta channel, Windows

VersionRefRelease Date
Loading...

Dev channel, Windows

VersionRefRelease Date
Loading...

Master channel

Installation bundles are not available for master. However, you can get the SDK directly from our GitHub repo by ‘git cloning’ the master channel (as specified by -b master), and then trigger 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.

Beta channel, macOS

VersionRefRelease Date
Loading...

Dev channel, macOS

VersionRefRelease Date
Loading...

Master channel

Installation bundles are not available for master. However, you can get the SDK directly from our GitHub repo by ‘git cloning’ the master channel (as specified by -b master), and then trigger 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.

Beta channel, Linux

VersionRefRelease Date
Loading...

Dev channel, Linux

VersionRefRelease Date
Loading...

Master channel

Installation bundles are not available for master. However, you can get the SDK directly from our GitHub repo by ‘git cloning’ the master channel (as specified by -b master), and then trigger 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.