Flutter SDK 归档列表
所有 Flutter SDK 的版本列表:稳定版 (stable)、beta 版和主分支 (main)。
概览
#Flutter SDK 归档列表是 Flutter SDK 以前所有版本的集合。对于出于兼容性原因或调查错误而需要使用旧版本 Flutter 的开发人员来说,该归档列表非常有用。
该归档列表包括以下 渠道 (channel) 的 Flutter SDK(Windows、macOS 和 Linux):
-
Stable channel:该渠道 (channel) 包含最稳定的 Flutter 版本。大概每三个 beta 版本就会提升到稳定 (stable) 版本。稳定渠道 (stable channel) 是新开发者和生产应用发布最推荐的渠道 (channel)。
-
Beta channel:该渠道 (channel) 是 Flutter 的最新版本,但尚未稳定。 beta 分支通常在每月的第一个星期三发布。一个修复通常会在 main channel 发布两周后进入 beta channel。 beta channel 会以 安装包 的形式发布
-
Main channel:该渠道 (channel) 会有最新的特性,但尚未经过全面测试,可能会存在一些 Bug。我们不建议你使用它,除非你要为 Flutter 本身做出贡献。
SDK 归档列表中的每个 Flutter 版本都有以下信息:
-
Flutter 版本:Flutter SDK 的版本号(例如 3.35.0、2.10.5)。该版本号遵循 日历化版本 (CalVer) 规范,更多详细信息,请查看 Flutter SDK 版本。
-
架构:SDK 适用的处理器架构(例如 x64、arm64)。这指定了 SDK 兼容的处理器类型。
-
Ref:唯一标识该版本特定代码仓库的 git 提交哈希值 (hash)。
-
发布日期:当前 Flutter 版本正式发布的日期。
-
Dart 版本:Flutter SDK 中包含的 Dart SDK 的对应版本。
-
出处/来源:提供有关 SDK 构建过程和来源的详细信息,可能包括所适用的安全证明或构建系统的信息。结果以 JSON 格式返回。
Public release windows
#Predictability is key to landing complex features safely. We use public release windows to provide the community with the visibility needed to plan ahead. By explicitly calling out branch cutoff dates and release targets, we enable everyone to align their development cycles and coordinate feature landing effectively.
What is a branch cutoff date?
#
This date is the deadline for pull requests to
land in the default branches (main for Dart and master for Flutter) to
guarantee inclusion in the next stable release.
- Before cutoff: Your PR will ship in the next stable version.
- After cutoff: Your PR will wait for the following cycle.
2026 schedule
#| Flutter version | Release target | Branch cutoff date |
|---|---|---|
| Flutter 3.41 | February, 2026 | 06 January |
| Flutter 3.44 | May, 2026 | 07 April |
| Flutter 3.47 | August, 2026 | 07 July |
| Flutter 3.50 | November, 2026 | 06 October |
Stable channel
#请从以下列表中选择:
| Flutter 版本 | 架构 | Ref | 发布日期 | Dart 版本 | 出处/来源 |
|---|---|---|---|---|---|
| 加载中... | |||||
请从以下列表中选择:
| Flutter 版本 | 架构 | Ref | 发布日期 | Dart 版本 | 出处/来源 |
|---|---|---|---|---|---|
| 加载中... | |||||
请从以下列表中选择:
| Flutter 版本 | 架构 | Ref | 发布日期 | Dart 版本 | 出处/来源 |
|---|---|---|---|---|---|
| 加载中... | |||||
Beta channel
#请从以下列表中选择:
| Flutter 版本 | 架构 | Ref | 发布日期 | Dart 版本 | 出处/来源 |
|---|---|---|---|---|---|
| 加载中... | |||||
请从以下列表中选择:
| Flutter 版本 | 架构 | Ref | 发布日期 | Dart 版本 | 出处/来源 |
|---|---|---|---|---|---|
| 加载中... | |||||
请从以下列表中选择:
| Flutter 版本 | 架构 | Ref | 发布日期 | Dart 版本 | 出处/来源 |
|---|---|---|---|---|---|
| 加载中... | |||||
Main channel
#
我们没有对 main channel
(以前是 master channel)提供 安装包
下载。不过,你可以通过 git clone
Github 上 repo 的 main 分支来下载使用:
git clone -b main https://github.com/flutter/flutter.git
./flutter/bin/flutter --version
更多信息
#要了解 Flutter 主要版本的新内容,请查看 版本发行注记 页。
关于安装包结构的更多信息,请查看这个页面: Flutter 安装包结构。
除非另有说明,本文档之所提及适用于 Flutter 3.38.6 版本。本页面最后更新时间:2026-02-11。查看文档源码 或者 为本页面内容提出建议。