Skip to content

Hotfixes to the Stable Channel

Tim Sneath edited this page Sep 18, 2021 · 52 revisions

In general, our philosophy is to update the stable channel on a quarterly basis with feature updates. In the intervening period, occasionally we may decide a bug or regression warrants a hotfix. We tend to be extremely conservative with these hotfixes, since there's always a risk that fixing one bug introduces a new one, and we want the stable channel to always represent our most tested builds.

We intend to announce hotfixes to the flutter-announce group, and we recommend that you subscribe to that list if you publish an application using Flutter.

Note that we only hotfix the latest version -- if you see bugs on older versions of the stable channel, please consider moving to the latest stable channel version.

To ensure that you have the latest stable version with the hotfixes listed below, use the flutter tool at the command line as follows:

$ flutter channel stable
$ flutter upgrade

Flutter 2.5 Changes

2.5.1 (September 17, 2021)

This is a hotfix release that addresses the following issues:

  • #88767 java.lang.SecurityException: Permission denial crash at launch
  • #88236 null check exception during keyboard keypress
  • #88221 Material routes delayed on push and pop
  • #84113 HTTP exceptions talking to VM Service
  • #83632 Scroll view velocity too high

2.5.0 (September 8, 2021)

Initial stable release.

Flutter 2.2 Changes

2.2.3 (July 2, 2021)

This is a hotfix release that addresses the following issues:

  • #84212 Upgrading to 2.2.1 cause main.dart to crash
  • #83213 TextFormField not responding to inputs on Android when typing on Microsoft SwiftKey
  • #82838 Flutter Web failing to compile with "Undetermined Nullability"
  • #82874 PopupMenuButton is broken after upgrade to Flutter 2.2.

2.2.2 (June 11, 2021)

This is a hotfix release that addresses the following issues:

  • #46249 [CP][stable channel] Ensure start/stop file watching requests are run on the dart thread.
  • #46210 [CP][stable channel] Fix an analyze crash when analyzing against package:meta v1.4.0
  • #46173 [CP][stable channel] Merge a3767f7db86a85fcd6201e9357ad47b884002b66 to stable channel (2.13)
  • #46300 [CP][stable channel] Fix OOM VM test (transferable_throws_oom_test crashing after upgrade from Ubuntu 16 -> 18)
  • #46298 [CP][stable channel] Ensure start/stop file watching requests are run on the dart thread (Additional Change)
  • #83799 Tool may crash if pub is missing from the artifact cache
  • #83102 Generated l10n file is missing ‘intl’ import with Flutter 2.2.0
  • #83094 Flutter AOT precompiler crash
  • #82874 PopupMenuButton is broken after upgrade to Flutter 2.2.

2.2.1 (May 27, 2021)

This is a hotfix release that addresses the following issues:

2.2.0 (May 18, 2021)

Initial stable release.

Flutter 2.0 Changes

2.0.6 (April 29, 2021)

This is a hotfix release that addresses a single issue:

There are no code changes to this release, but binary artifacts for macOS were re-built and codesigned.

2.0.5 (April 16, 2021)

This fixes the following issue:

2.0.4 (April 2, 2021)

This fixes the following issues:

2.0.3 (March 19, 2021)

This fixes the following issues:

2.0.2 (March 12, 2021)

This fixes the following issues:

2.0.1 (March 5, 2021)

This fixes the following issue:

2.0.0 (March 3, 2021)

Initial stable release.

Flutter 1.22 Changes

1.22.6 (Jan 25, 2021)

This fixes the following issues:

1.22.5 (Dec 10, 2020)

This fixes the following issues:

1.22.4 (Nov 13, 2020)

This fixes the following issues:

1.22.3 (October 30, 2020)

This fixes the following issues:

1.22.2 (October 16, 2020)

This fixes the following issues:

1.22.1 (October 8, 2020)

This fixes the following issues:

1.22.0 (October 1, 2020)

Initial stable release.

Flutter 1.20 Changes

1.20.4 (September 15, 2020)

This fixes the following issues:

1.20.3 (September 2, 2020)

This fixes the following issues:

1.20.2 (August 13, 2020)

This fixes the following issues:

1.20.1 (August 6, 2020)

This fixes the following issues:

1.20.0 (August 5, 2020)

Initial stable release.

Flutter 1.17 Changes

1.17.5 (June 30, 2020)

This fixes the following issues:

1.17.4 (June 18, 2020)

This fixes the following issues:

1.17.3 (June 4, 2020)

This fixes the following issues:

1.17.2 (May 28, 2020)

This fixes the following issues:

1.17.1 (May 13, 2020)

This fixes the following issues:

1.17.0 (May 5, 2020)

Initial stable release.

Flutter 1.12 Changes

Hotfix.9 (April 1, 2020)

This fixes the following issues:

Hotfix.8 (February 11, 2020)

This fixes the following issues:

Hotfix.7 (January 26, 2020)

This includes the following fixes:

Hotfix.5 (December 11, 2019)

Initial stable release.

Flutter Wiki

Process

Framework repo

Engine repo

Android

Plugins and packages repos

Infrastructure

Release Information

Experimental features

Clone this wiki locally