Flutter SDK Archive
The Beta channel contains the most stable Flutter builds. See Flutter’s channels for details.
Beta channel, Windows
Version | Ref | Release Date |
---|---|---|
Loading... |
Dev channel, Windows
Version | Ref | Release 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
Version | Ref | Release Date |
---|---|---|
Loading... |
Dev channel, macOS
Version | Ref | Release 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
Version | Ref | Release Date |
---|---|---|
Loading... |
Dev channel, Linux
Version | Ref | Release 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.