Flutter SDK archive (original) (raw)

  1. Install
  2. Archive

The Flutter SDK archive is a collection of all previous versions of the Flutter SDK. 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, macOS, and Linux on the following channels:

The following information is available for each Flutter release in the SDK archive:

Stable channel

#

Select from the following scrollable list:

Select from the following scrollable list:

Select from the following scrollable list:

Beta channel

#

Select from the following scrollable list:

Select from the following scrollable list:

Select from the following scrollable list:

Main channel

#

Installation bundles are not available for the main channel (which was previously known as the master channel). However, you can get the SDK directly from GitHub repo by cloning the main channel, and then triggering a download of the SDK dependencies:

git clone -b main https://github.com/flutter/flutter.git
./flutter/bin/flutter --version

More information

#

To learn what's new in the major Flutter builds, check out the release notes page.

For details on how our installation bundles are structured, see Installation bundles.

Was this page's content helpful?

Thank you for your feedback! Please let us know what we can do to improve.

Provide details

Unless stated otherwise, the documentation on this site reflects the latest stable version of Flutter. Page last updated on 2025-05-14. View source or report an issue.