Skip to main content

Flutter 3.47.2

Release Date: August 27, 2026

Flutter 3.47.2 is a stable hotfix released on August 27, 2026, carrying Dart 3.13.2. Before you rush to update every project, here is the honest read.

What This Release Is (and Is Not)

Let's not get carried away. 3.47.2 is not a feature release. It is the second hotfix on the 3.47 stable line, following 3.47.0 (August 12) and 3.47.1 (August 19). If you are looking for new framework APIs or rendering changes, this is the wrong update to get excited about. There are no new API additions here.

What you do get is a steadier toolchain. The 3.47.x hotfixes have concentrated on build and embedder reliability rather than framework surface, which is exactly where a stable patch should focus.

What to Watch After Upgrading

  • Build tooling — The hotfix line has touched tooling paths, so run a clean build and watch for recompilation differences in large projects.
  • Desktop embedders — Linux and Windows embedder changes in the series can affect windowing and rendering defaults; verify your desktop targets after the bump.
  • Web and WASM — Compilation and hot-reload behavior for web and WASM builds shifted in earlier 3.47.x patches, so re-test web deploy pipelines.
  • Native asset handling — Cleanup paths saw fixes in the series; confirm asset bundling still behaves in release builds.

The Real Question

Should you upgrade? If you are already on 3.47.0 or 3.47.1 and your tests pass, this patch is low risk and worth taking to stay current on the stable channel. If you are still on 3.44 and everything works, there is no pressing need to jump today; the 3.47 line brings no must-have features, and a hotfix is not a compelling reason to migrate on its own.

As always, update with flutter upgrade on the stable channel and run your full test suite before shipping.

What is New?

By continuing to use the site, you agree to the use of cookies.