Skip to content

Hotfixes to the Stable Channel

godofredoc edited this page Apr 17, 2024 · 174 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 3.19 Changes

3.19.6 (April 17, 2024)

  • dart/55430 - Fixes an issue with JS interop in dart2wasm where JS interop methods that used the enclosing library‘s @JS annotation were actually using the invocation’s enclosing library's @JS annotation.
  • flutter/145563 - Fixes severe performance regression on Firefox in v. 3.19.
  • flutter/144439 - Removes the --enable-impeller run flag and FLTEnableImpeller plist key on iOS.

3.19.5 (March 28, 2024)

  • dart/55211 - Fixes an issue where dart vm crashed when running on pre-SSE41 older CPUs on Windows.

3.19.4 (March 21, 2024)

  • flutter/144211 - Reverts a clipping optimization that is broken when multiple clips are applied with a backdrop filter.
  • flutter/144213 - Fix flickering of gaussian blurs in scrolling containers.
  • dart/55158 - Fixes an exception when executing hot reload after making compilation-successful changes.
  • dart/55194 - ​​Fix crashes on web platforms that contains an extension type declaration where the extension type constructor invokes a redirecting factory in its initializer.
  • dart/55184 - Fix issues where it is unable to run commit queue and post-submit testing on beta and stable when Goma is shut down.
  • dart/55240 - ​​Fix DateTime.timeZoneName on Windows.

3.19.3 (March 07, 2024)

  • flutter/144565 - Fixes a tool crash when attempting to render a frame with raster stats on an application with the Impeller backend.
  • dart/55057 - Fixes an issue in dart2js where object literal constructors in interop extension types would fail to compile without an @JS annotation on the library.
  • dart/55095 - ​​Disallows certain types involving extension types from being used as the operand of an await expression, unless the extension type itself implementsFuture.

3.19.2 (February 28, 2024)

  • flutter/143886 - Fixes a parsing issue that caused the Flutter tool to crash in some circumstances.

3.19.1 (February 21, 2024)

  • flutter/143574 - Fixes an issue in Flutter web builds that disallowed the use of--flavor while launching.

Flutter 3.16 Changes

3.16.9 (January 25, 2024)

  • dart/54699 - Fix an issue that causes Flutter apps to freeze when breakpoints are added to multiple isolates at the same time and an issue that causes Flutter apps to crash during hot reload.

3.16.8 (January 17, 2024)

  • dart/54494 - Fix Dart2js stack overflow in value range analysis.

3.16.7 (January 11, 2024)

  • dart/54427 - Upgrades Dart DevTools to version 2.28.5.
  • dart/54428 - Fixes an issue with serving static DevTools assets.

3.16.6 (January 10, 2024)

  • flutter/141017 - Migrates event sent with every command for analytics.
  • flutter/136060 - Fixes Xcode 15 crashes EXC_BAD_ACCESS when using the Networking framework.
  • flutter/140416 - Fixes PathNotFoundException deleting temp dir in IOSCoreDeviceControl._listCoreDevices.
  • dartlang/webdev/2297 - Fixes DWDS error when debugging on web.

3.16.5 (December 20, 2023)

  • flutter/138711 - Fixes AvailabilityVersionCheck failure on iOS
  • flutter/139571 - Fixes AnimatedOpacity affecting blended color overlay render
  • flutter/139294 - Fixes ImageFiltered flickers when widget is rendered on top
  • flutter/138193 - Fixes testMultiplePlatformViewsWithOverlays test on MacOS

3.16.4 (December 13, 2023)

  • flutter/139180 - Fix tool crash on flutter create when unable to run Java.
  • flutter/138434 - Fix tool crash on deleting directories that do not exist
  • flutter/135277 - Eliminates an excessive amount of Xcode error/warning output to the console when building or running macOS Flutter apps.

3.16.3 (December 5, 2023)

  • CVE-2023-6345 - Skia fix for possible integer overflow on Canvas calls with user generated data
  • flutter/138550 - Fixes crash on iPad when selection "Share..." from selection controls.
  • flutter/138842 - Fix rendering bug with elevation 0 material components.
  • flutter/138850 - Add ability to customize NavigationBar indicator overlay and fixes a bug with the indicator shape.
  • dart/53086 - DDS fix to ensure threadID integers are serialized correctly by Debug Adapter Protocol (DAP) clients.
  • dart/53999 - Adjusts the nullablity computations in the implementation of the upper bound algorithm in the CFE
  • dart/54112 - Fixes missing closure code completion entries for function parameters for LSP-based editors like VS Code.

3.16.2 (November 30, 2023)

3.16.1 (November 27, 2023)

  • flutter/138030 - Fixes file deletion crash which can occur during iOS archive.
  • flutter/134716 - Fix iOS 17 keyboard freeze when switching languages
  • flutter/138180 - Prevents a crash in flutter doctor for macOS users who have an IntelliJ or Android Studio installation with a missing CFBundleIdentifier in its plist.
  • flutter/138040 - Ignore exceptions in Flutter tool when trying to set the echo mode of the terminal when the STDIN pipe has been broken.
  • flutter/124145 - Fixes a JSON array parsing bug that causes seg fault when --coverage is used

3.16.0 (Nov 15, 2023)

Initial stable release.

Flutter 3.13 Changes

3.13.9 (October 25, 2023)

  • dart/53784 - [dart2js] Fixes compatibility with Node.js 21

3.13.8 (October 18, 2023)

  • dart/53747 - Fixes a visual issue in the Dart VM preventing users from seeing variable values when debugging.
  • flutter/136552 - [iOS] Fixes issues with voice over when visiting a PlatformView in iOS applications.
  • flutter/136654 - [Android] Fixes rendering issues when using PlatformViews in Android applications on high refresh rate phones.

3.13.7 (October 11, 2023)

3.13.6 (September 27, 2023)

  • flutter/133013 - [Impeller] Fix issues with PNG decompression
  • flutter/132838 - Fix clip Imagefilter.blur on iOS
  • dart/53579 - Fixes a compiler crash when using @staticInterop or @anonymous factory constructors with type parameters.
  • dart/53503 - Fixes segmentation faults that terminate processes when encountering handled exceptions in the FFI library.
  • dart/53541 - Fixes slow variable access while debugging Flutter applications.

3.13.5 (September 20, 2023)

  • flutter/134825 - Fixes an issue where apps built in profile mode would not install or run on physical iOS 17 devices.
  • flutter/45598 - Fix permissions on macos artifacts making mac framework readable and executable by all

3.13.4 (September 13, 2023)

  • dart/53449 - Fixes a dart2js issue causing a compiler crash when using a typed record pattern outside of the scope of a function body.
  • dart/53450 - Fixes a pause in the debugger when reaching an unhandled exception.
  • flutter/133658 - Fixes crash when using the --analyze-size argument.
  • flutter/133890 - Fixes incorrect autocorrect highlights in text fields in iOS 17.
  • flutter/134468 - Fixes an issue where users are not able to input text for IME language in iOS 17.
  • flutter/45742 - Fixes CVE-2023-4863 - Security vulnerability in WebP.

3.13.3 (September 7, 2023)

  • flutter/133147 - fixes image-picker crashes on iOS
  • flutter/133069 - fixes issue where console prints dart:ui_web warnings in new flutter project
  • flutter/133441 - fixes issue where flutter upgrade crashes and reports "unknown flutter tag".
  • flutter/133055 - fixes issue where running flutter doctor crashes on FileSystemException
  • flutter/132788 - fixes a visual overflow caused by SliverMainAxisGroup where clip behavior isn’t applied

3.13.2 (August 30, 2023)

  • flutter/132764 - Fixes lower bound of children from TwoDimensionalChildBuilderDelegate.

3.13.1 (August 23, 2023)

  • flutter/132883 - Fixes an issue where Flutter apps would not compile when using custom icon fonts that contain spaces.
  • flutter/132959 - Fixes an issue where macOS applications using plugins with Xcode 15 would not compile.
  • flutter/132763 - Fixes auto-correction position in iOS 17.
  • flutter/132982 - [Impeller] Fixes an issue where applications would freeze if the app was minimized while an animation was occurring.

Flutter 3.10 Changes

3.10.6 (July 12, 2023)

  • flutter/129161 - Fix regression in the GestureRecognizers used by the TextField where it would not fire the onTapDown or onTapUp callbacks which made selection not work
  • flutter/130084 - Using canvas.drawPicture where the nested picture fails to restore clips established in the child picture and makes content disappear.
  • dart/52767 - Fixes a flow in flow analysis that causes it to sometimes ignore destructuring assignments.
  • dart/52869 - Fixes an infinite loop in some web development compiles that include is or as expressions involving record types with named fields.
  • dart/52791 - Fixes a memory leak in Dart analyzer's file-watching.
  • dart/52793 - Fixes a memory leak of file system watcher related data structures.

3.10.5 (June 14, 2023)

  • flutter/127628 - Fixes an issue preventing the use of integration_test when using AGP 8.0.
  • flutter/126043 - Fixes an error encountered when attempting to use add-to-app on Android when generating Flutter modules.
  • flutter/127090 - Fixes an issue preventing assets from being displayed properly on low pixel density devices.
  • flutter/128320 - Fixes an issue where image assets are not displayed when serving with Microsoft IIS.
  • dart/52403 - Fixes a bad cast in the frontend which can manifest as a crash in the dart2js ListFactorySpecializer during Flutter web builds.
  • dart/1224 - Handles formatting nullable record types with no fields.
  • dart/52480 - Fixes error when using records when targeting the web in development mode.

3.10.4 (June 07, 2023)

3.10.3 (June 02, 2023)

  • flutter/126435 - Fixes the position of SearchAnchor when used in a nested navigator.
  • flutter/127486 - [Impeller] Fixes an issue causing noise when using combinations of UV mapping and color blending.
  • flutter/126878 - [Impeller] Fixes an issue where images do not appear on iOS devices.
  • flutter/1127587 - [Impeller] Fixes a crash when applying backdrop blurs to platform views.
  • flutter/127103 - [Impeller] Fixes an issue where text is not rendered correctly when a transform is applied.
  • flutter/126487 - [Impeller] Fixes an issue where blur is not respected at certain value.
  • dart/52449 - Fixes an AOT compiler crash when generating an implicit getter returning an unboxed record.
  • dart/52373 - Fixes a situation in which variables appearing in multiple branches of an or-pattern might be erroneously reported as being mismatched.
  • dart/52334 - Adds missing interface modifiers on the purely abstract classes MultiStreamController, StreamConsumer, StreamIterator and StreamTransformer.
  • dart/52373 - Fixes an error during debugging when InternetAddress.tryParse is used.
  • dart/126884 - Fixes a VM issue causing crashes on hot reload.
  • dart/4195 - Improves linter support.
  • dart/52439 - Fixes an issue in variable patterns preventing users from expressing a pattern match using a variable or wildcard pattern with a nullable record type.
  • dart/52386 - Updates warnings and provide instructions for updating the Dart pub cache on Windows.

3.10.2 (May 24, 2023)

This hotfix release addresses the following issues:

  • flutter/126532 - [Impeller] Fixes saveLayer ignores opacity of paint with blend mode lighten.
  • flutter/126739 - [Impeller] Fixes ImageShader alignment is different for different PaintingStyle.
  • flutter/126701 - [Impeller] Fixes InkSparkle splash not clipping on iOS.
  • flutter/126661 - Fixes PointerInterceptor reverses transformHitTests in a scaled context.
  • flutter/127183 - [Impeller] Fixes drawing path with image shader is not correct.
  • dart/52438 - Fixes a dart2js crash when using a switch case expression on a record where the fields don't match the cases.
  • dart/3392 - Add chips for class and mixin pages on dartdoc generated pages.
  • dart/52352 - Fixes a situation causing the parser to fail resulting in an infinite loop leading to higher memory usage.
  • dart/52078 - Add clear errors when mixing inheritance in pre and post Dart 3 libraries.

3.10.1 (May 17, 2023)

This hotfix release addresses the following issues:

  • flutter/126510 - [Impeller] Fixes errors in text transformation when using impeller.
  • flutter/126854 - [Impeller] Fixes visual glitches and crashes when using wide gamut color support on iOS.
  • flutter/124883 - Fixes an issue where images do not render on Flutter web apps when the host machine has Internet Download Manager installed.
  • flutter/126491 - Fixes an issue where CupertinoPicker and ListWheelViewport crash with certain configurations on development builds.
  • flutter/124529 - Fixes an issue where iOS and macOS apps will not build when using Xcode 14.3 and adding dependencies with low iOS target versions.
  • flutter/122376 - Adds a migrator to update the Gradle version when it conflicts with the Android Studio version of Java is detected.
  • dart/124369 - Fixes a compiler crash involving redirecting factories and FFI.
  • dart/51899 - Fixes a dart2js crash when using a combination of local functions, generics, and records.
  • dart/52191 - Fixes incorrect error using a void in a switch case expression.
  • dart/52041 - Fixes a false error when using in switch case expressions when the switch refers to a private getter.
  • dart/52260 - Prevent the use of when and as as variable names in patterns.
  • dart/52241 - Fixes an inconsistency in type promotion between the analyzer and VM.
  • dart/1212 - Improve performance on functions with many parameters.

3.10.0 (May 10, 2023)

Initial stable release.

Flutter 3.7 Changes

3.7.12 (Apr 19, 2023)

This hotfix release addresses the following issues:

3.7.11 (Apr 12, 2023)

This hotfix release addresses the following issues:

  • flutter/124529 - Fix Xcode 14.3 will not build when plugin transitive dependencies have a low deployment target
    • flutter/124340 - Fixes an issue where iOS and MacOS fail to build when targeting low deployment targets when using xCode 14.3.
  • flutter/124208 - Fix orientation preferences on iOS 16+
    • flutter/116711 - Fixes an issue where orientation preferences are not respected on iOS 16 and above.
  • flutter/124403 - Clarify errors around Java/Gradle incompatibility

3.7.10 (Apr 05, 2023)

This hotfix release addresses the following issues:

  • flutter/123890 - Fixes an issue where upgrading to Xcode 14.3 breaks the ability to publish iOS and macOS applications.

3.7.9 (Mar 30, 2023)

This hotfix release addresses the following issues:

  • dart/51798 - Fixes a false Out of Memory exception causing slowdowns.

3.7.8 (Mar 22, 2023)

This hotfix release addresses the following issues:

  • flutter/119441 - Fixes an issue where the Toolbar widget is incorrectly positioned when inside of a textfield in the Appbar.

3.7.7 (Mar 08, 2023)

This hotfix release addresses the following issues:

  • flutter/121256 - Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk.
  • engine/120455 Cached DisplayList opacity inheritance fix.
  • dart/121270 - Fixes mobile device VM crashes caused by particular use of RegExp on mobile devices.

3.7.6 (Mar 01, 2023)

This hotfix release addresses the following issues:

  • dart/50981 - Improve performance of Dart Analysis Server by limiting the analysis context to 1.
  • dart/51481 - Update DDC test and builder configuration
  • flutter/114031 - Fixes a crash when using flutter doctor --android-licenses on macOS.
  • flutter/106674 - Fixes an issue where Flutter is unable to find the current JDK in specific versions of Android Studio.

3.7.5 (Feb 22, 2023)

This hotfix release addresses the following issues:

  • flutter/119180 - Apple Pencil writes on Flutter apps instead of scrolling when outside of a text field.
  • flutter/120220 - [Impeller] Flutter apps may crash when some clip operations are used.

3.7.4 (Feb 21, 2023)

This hotfix release addresses the following issues:

  • flutter/116360 - Flutter web apps will not load if accessed through any other path than /.
  • flutter/119557 - Localization files incorrectly overridden stopping Flutter applications from running.
  • flutter/116459 - Localization files do not parse when using numbers as select cases.

3.7.3 (Feb 9, 2023)

This hotfix release addresses the following issues:

  • flutter/119507 - Asset inclusion regression can cause unexpected app bundle size increase
  • flutter/119289 - [Impeller] ImageFilter.blur Edge sampling issue.
  • flutter/119950 - [Impeller] Improve blur performance for Android and iPad Pro.
  • flutter/119190 - Fix lexer issue where select/plural/other/underscores cannot be in identifier names.

3.7.2 (Feb 8, 2023)

This hotfix release addresses the following issues:

  • flutter/119881 - [Impeller] App performance decreases when using emulated dashed lines.
  • flutter/119245 - [Impeller] App crashes due to invalid textures when using impeller.
  • flutter/119489 - [Impeller] Text glyphs render incorrectly on different font weights
  • flutter/103847 - Fix animation jank on some iPhone models.
  • flutter/119593 - Localization files fail to generate when FLUTTER_STORAGE_BASE_URL is overridden.
  • flutter/119084 - When requesting to evaluate multiple expressions while debugging Flutter web apps, tooling fails before finishing operations.
  • flutter/119261 - Flutter tool crashes when attempting to update the artifact cache.
  • flutter/117420 - Ink ripple is rendered incorrectly inside of the NavigationBar widget when using Material 3.
  • dart/50622 - VM crashes when mixing the use of double and float calculations in debug/JIT configuration.
  • flutter/119220 - Compiler may crash when attempting to inline a method with lots of optional parameters with distinct default values.
  • dart/51087 - part_of_different_library error may be encountered when using PackageBuildWorkspace.

3.7.1 (Feb 1, 2023)

This hotfix release addresses the following issues:

  • flutter/116782 - Material 3 Navigation Drawer does not support scrolling or safe areas
  • flutter/119414 - ImageFilter in ListView causes wrong offset on Android and iOS
  • flutter/119181 - CastError when running flutter pub get
  • flutter/118613 - [Impeller] Fonts are blurry when rendering on iOS
  • flutter/118945 - [Impeller] Objects with large stroke width not drawn correctly on iOS
  • flutter/117428 - [Impeller] Text is transformed incorrectly on iOS
  • flutter/119072 - [Impeller] Draw calls could be improperly culled
  • flutter/118847 - [Impeller] Float samplers can get re-ordered compared to SkSL
  • flutter/119014 - Replace iPhone 6s with iPhone 11 as flutter test devices

3.7.0 (Jan 24, 2023)

Initial stable release.

Flutter 3.3 Changes

3.3.10 (Dec 16, 2022)

This hotfix release addresses the following issues:

  • flutter/113314 - Glitches appear when scrolling on Android TV devices.
  • flutter/80401 - Some widgets are not visible when nested inside of ClipRRect in CanvasKit mode when using Flutter web on Safari.

3.3.9 (Nov 23, 2022)

This hotfix release addresses the following issues:

  • dart/50199 - fix error when using private variable setters in mixins on dart web.
  • dart/50392 - Type parameter nullability performs incorrectly in factory constructors.

3.3.8 (Nov 09, 2022)

This hotfix release addresses the following issues:

  • flutter/113973 - Fix null safety issue in TextFormField when Android devices pass no data
  • flutter/109632 - Fix type conversion in TextInput that didn’t allow num types

3.3.7 (Nov 2, 2022)

This hotfix release addresses the following issues:

  • flutter/113550 - Fix unnecessary null safe exceptions in input decorators on Android
  • flutter/100522 - Speculative fix for iOS screen flickering

3.3.6 (Oct 26, 2022)

This hotfix release addresses the following issues:

  • flutter/111255 - Using WebView leads to size error in platform_views since Flutter 3.3.0

3.3.5 (Oct 19, 2022)

This hotfix release addresses the following issues:

  • flutter/113035 - Apps crash when FadeInImage switches from cached to uncached images.
  • flutter/112228 - Move documentation build and deployment to post-submit.
  • flutter/36807 - Apps crash when combining emojis and Korean text.
  • flutter/112887 - When debugging web apps, erroneous errors are displayed.

3.3.4 (Oct 05, 2022)

This hotfix release addresses the following issues:

  • Flutter/36181 - On Flutter desktop apps, pixel snapping performs incorrectly when using opacity layers at certain DPRs and screen sizes.
  • flutter/36491 - On android devices with a refresh rate greater than 60hz, frames jump when scrolling.

3.3.3 (Sept 28, 2022)

This hotfix release addresses the following issues:

  • flutter/111475 - Signing errors on iOS pod bundle resources on Xcode 14 "Signing for "x" requires a development team."
  • flutter/110671 - App crashes on latest versions when AnimatedContainer / Container height is set to 0 and throws uncaught exception
  • flutter/107590 - Flutter tools ShaderCompilerException with exit code -1073740791.
  • flutter/110640 - Fatal crash with java.lang.AssertionError when selecting text in TextField.
  • dart/50075 - Security vulnerability: There is a auth bypass vulnerability in Dart SDK, specifically dart:uri core library, used to parse and validate URLs.
  • dart/50052 - Avoid CFE crash when input contains invalid super parameters usage.

3.3.2 (Sept 14, 2022)

This hotfix release addresses the following issues:

  • flutter/111411 - Package assets fail to load.
  • flutter/111296 - Custom embedders fail to build for 32 bit targets.
  • flutter/111274 - Android plugins crash when using platform view's Virtual Display fallback.
  • flutter/111231 - Text rendering is handled incorrectly.
  • dart/49923 - Incorrect type propagation when using late variables in catch blocks.

3.3.1 (Sept 7, 2022)

This hotfix release addresses the following issues:

  • flutter/110820 - Windows apps crash when accessibility is enabled on apps that use widgets with custom semantic actions.

3.3.0 (Aug 30, 2022)

Initial stable release.

Flutter 3.0 Changes

3.0.5 (July 13, 2022)

This hotfix release addresses the following issues:

  • flutter/106601 - Flutter tool fails on visual studio on certain locales on Windows.
  • flutter/106510 - Flutter crashes on launch on ARM devices.
  • dart/49054 - Improves code completion for Flutter.
  • dart/49402 - Compiler crashes when using Finalizable parameters.

3.0.4 (July 1, 2022)

This hotfix release addresses the following issues:

  • flutter/105183 - Pointer compression on iOS causes OOM
  • flutter/103870 - Application crashes on system low memory events
  • flutter/105674 - Rendering artifacts from ImagedFiltered/ColorFiltered in animated views

3.0.3 (June 22, 2022)

This hotfix release addresses the following issues:

  • dart/49188 - Improve analysis of enums and switch.
  • dart/49075 - Fix compiler crash when initializing Finalizable objects.

3.0.2 (June 10, 2022)

This hotfix release addresses the following issues:

  • flutter/104785 - Flutter web apps show a black screen on Safari 13.
  • flutter/102451 - flutter doctor crashes for Windows users using Visual Studio 2022.
  • flutter/103846 - Unexpected line breaks occur when using new text renderer.
  • flutter/104569 - Ink Sparkle slows down applications using Material 3.
  • flutter/103404 - SliverReorderableList does not drag on Android devices.
  • flutter/103556 - Nested horizontal sliders in widgets with horizontal drag gestures do not work in Android applications.
  • flutter/100375 - Build process fails when building Windows applications.
  • dart/49027 - Code suggestion for initState/dispose/setState no longer work on intellij.
  • dart/3424 - dart pub login fails when attempting to publish a package.
  • dart/49097 - dart analyze throws errors when using enhance Enums feature.

3.0.1 (May 19, 2022)

This hotfix release addresses the following issues:

  • flutter/102947 - Radial gradients behave incorrectly when painting text.

3.0.0 (May 11, 2022)

Initial stable release.

Flutter 2.10 Changes

2.10.5 (April 18, 2022)

This hotfix release addresses the following issues:

  • flutter/101224 - Flutter web debugger fails when using chrome 100 or greater.

2.10.4 (March 28, 2022)

This hotfix release addresses the following issues:

  • flutter/93871 - Custom embedders fail to build when using default sysroot (GCC 11).
  • dart/48559 - Flutter web apps crash when using package:freezed.

2.10.3 (March 02, 2022)

This hotfix release addresses the following issues:

  • flutter/98973 - Deadlock in application startup in profile/release mode.
  • flutter/98739 - ios: Visual glitch when scrolling a list in a Scaffold that has a Material and Container as bottomNavigationBar.
  • flutter/97086 - Windows: Fail to launch app in debug mode.

2.10.2 (February 18, 2022)

This hotfix release addresses the following issues:

  • flutter/95211 - Transform animation with BackdropFilter is causing a crash.
  • flutter/98155 - App crashes after upgrading to 2.10.x using webview + video_player plugin.
  • flutter/98361 - Error in DL bounds calculations causes incorrect SVG rendering.
  • flutter/97767 - New material icons are not properly rendered.
  • flutter/95711 - Linux builds default to building GLFW.

2.10.1 (February 9, 2022)

This hotfix release addresses the following issues:

  • flutter/94043 - Autofill does not work in TextField.
  • flutter/96411 - Safari: Unable to enter text into TextField.
  • flutter/96661 - Platform views throw fatal exception: Methods marked with @UiThread must be executed on the main thread.
  • flutter/97103 - Images become corrupted when using CanvasKit.
  • flutter/97679 - Don't remove overlay views when the rasterizer is being torn down.
  • dart/48301 - Avoid speculative conversion in ffi Pointer.asTypedList.

2.10.0 (February 3, 2022)

Initial stable release.

Flutter 2.8 Changes

2.8.1 (December 16, 2021)

This hotfix release addresses the following issues:

  • flutter/94914 - Apps using google_sign_in or google_maps don't build in iOS Simulator on ARM macOS
  • flutter/90783 - In rare circumstances, engine may crash during app termination on iOS and macOS
  • dart/47914 - AOT compilation fails with error "Invalid argument(s): Missing canonical name for Reference"
  • dart/47815 - Running dart pub publish with custom pub package server that has URL containing a path may fail.

2.8.0 (December 8, 2021)

Initial stable release.

Flutter 2.5 Changes

2.5.3 (October 15, 2021)

This hotfix release addresses the following issues:

  • dart/47321 - Fix a potential out-of-memory condition with analysis server plugins
  • dart/47432 - Fix certificate loading on Windows when there are expired certificates
  • flutter/83792 - Fix HTTPS issue related to: "HttpClient throws Invalid argument(s): Invalid internet address"

2.5.2 (September 30, 2021)

This hotfix release addresses the following issues:

  • dart/47285 - Fix a regression to the performance of code completions
  • dart/47316 - Dynamic tables in ELF files have invalid relocated addresses
  • flutter/89912 - Building iOS app generates unnecessary Flutter.build folder

2.5.1 (September 17, 2021)

This hotfix release addresses the following issues:

2.5.0 (September 8, 2021)

Initial stable release.

Flutter 2.2 Changes

2.2.3 (July 2, 2021)

This hotfix release addresses the following issues:

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

2.2.2 (June 11, 2021)

This hotfix release addresses the following issues:

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

2.2.1 (May 27, 2021)

This hotfix release addresses the following issues:

  • flutter/80978 - Error "Command PhaseScriptExecution failed with a nonzero exit code" when building on macOS
  • dart/45990 - CastMap performs an invalid cast on 'remove', breaking shared_preferences plugin
  • dart/45907 - DDC missing nullability information from recursive type hierarchies
  • flutter/52106 - [Web] Accessibility focus border doesn’t follow when navigating through interactive elements with tab key
  • flutter/82768 - [Web] svgClip memory leak in Canvaskit renderer

2.2.0 (May 18, 2021)

Initial stable release.

Flutter 2.0 Changes

2.0.6 (April 29, 2021)

This hotfix release addresses the following issue:

2.0.5 (April 16, 2021)

This hotfix release addresses the following issue:

  • dart/45306 - Segmentation fault on specific code

2.0.4 (April 2, 2021)

This hotfix release addresses the following issues:

  • flutter/78589 - Cocoapod transitive dependencies with bitcode fail to link against debug Flutter framework
  • flutter/76122 - Adding a WidgetSpan widget causes web HTML renderer painting issue
  • flutter/75280 - Dragging the "draggable" widget causes widget to freeze in the overlay layer on Web

2.0.3 (March 19, 2021)

This hotfix release addresses the following issues:

  • flutter/75261 - Unable to deep link into Android app
  • flutter/78167 - Flutter crash after going to version 2
  • flutter/75677 - NoSuchMethodError: The method 'cancel' was called on null at AnsiSpinner.finish
  • flutter/77419 - Fix Autovalidate enum references in fix data

2.0.2 (March 12, 2021)

This hotfix release addresses the following issues:

  • flutter/77251 - Flutter may show multiple snackbars when Scaffold is nested
  • flutter/75473 - CanvasKit throws error when using Path.from
  • flutter/76597 - When multiple Flutter engines are active, destroying one engine causes crash
  • flutter/75061 - '_initialButtons == kPrimaryButton': is not true
  • flutter/77419 - Fix Autovalidate enum references in fix data
  • dart/45214 - Bad state exception can occur when HTTPS connection attempt errors or is aborted
  • dart/45140 - Uint8List reports type exception while using + operator in null safety mode

2.0.1 (March 5, 2021)

This hotfix release addresses the following issue:

  • flutter/77173 - Building for macOS target fails when Flutter is installed from website

2.0.0 (March 3, 2021)

Initial stable release.

Flutter 1.22 Changes

1.22.6 (Jan 25, 2021)

This hotfix release addresses the following issue:

  • flutter/70895 - Build error when switching between dev/beta and stable branches.

1.22.5 (Dec 10, 2020)

This hotfix release addresses the following issue:

  • flutter/70577 - Reliability regression in the camera plugin on iOS

1.22.4 (Nov 13, 2020)

This hotfix release addresses the following issues:

  • flutter/43620 - Dart analyzer terminates during development
  • flutter/58200 - Apple AppStore submission fails with error: “The bundle Runner.app/Frameworks/App.framework does not sue Infpport the minimum OS Version specified in the Info.plist”
  • flutter/69722 - Setting a custom observatory port for debugging does not take effect
  • flutter/66144 - Setting autoFillHint to text form field may cause focus issues
  • flutter/69449 - Potential race condition in FlutterPlatformViewsController
  • flutter/65133 - Support targeting physical iOS devices on Apple Silicon

1.22.3 (October 30, 2020)

This hotfix release addresses the following issues:

  • flutter/67828 - Multiple taps required to delete text in some input fields.
  • flutter/66108 - Reading Android clipboard may throw a security exception if it contains media

1.22.2 (October 16, 2020)

This hotfix release addresses the following issues:

  • flutter/67869 - Stylus tap gesture is improperly registered.
  • flutter/67986 - Android Studio 4.1 not properly supported.
  • flutter/67213 - Webviews in hybrid composition can cause a crash.
  • flutter/67345 - VoiceOver accessibility issue with some pages.
  • flutter/66764 - Native webviews may not be properly disposed of in hybrid composition.

1.22.1 (October 8, 2020)

This hotfix release addresses the following issues:

  • flutter/66940 - autovalidate property inadvertently removed.
  • flutter/66962 - The new --analyze-size flag crashes when used with --split-debug-info
  • flutter/66908 - Flutter Activity causing exceptions in some Android versions.
  • flutter/66647 - Layout modifications performed by background threads causes exceptions on IOS14.

1.22.0 (October 1, 2020)

Initial stable release.

Flutter 1.20 Changes

1.20.4 (September 15, 2020)

This hotfix release addresses the following issues:

  • flutter/64045 - Cannot deploy to physical device running iOS 14

1.20.3 (September 2, 2020)

This hotfix release addresses the following issues:

  • flutter/63876 - Performance regression for Image animation.
  • flutter/64228 - WebView may freeze in release mode on iOS.
  • flutter/64414 - Task switching may freeze on some Android versions.
  • flutter/63560 - Building AARs may cause a stack overflow.
  • flutter/57210 - Certain assets may cause issues with iOS builds.
  • flutter/63590 - Passing null values from functions run via Isolates throws an exception.
  • flutter/63427 - Wrong hour/minute order in timePicker in RTL mode.

1.20.2 (August 13, 2020)

This hotfix release addresses the following issues:

  • flutter/63038 - Crash due to serialization of generic DartType (UnknownType)
  • flutter/46167 - iOS platform view cancels gesture while a new clip layer is added during the gesture
  • flutter/62198 - SliverList throws Exception when first item is SizedBox.shrink()
  • flutter/59029 - build ios --release can crash with ArgumentError: Invalid argument(s)
  • flutter/62775 - TimePicker is not correct in RTL (right-to-left) languages
  • flutter/55535 - New DatePicker widget is not fully localized
  • flutter/63373 - Double date separators appearing in DatePicker, preventing date selection
  • flutter/63176 - App.framework path in Podfile incorrect

1.20.1 (August 6, 2020)

This hotfix release addresses the following issues:

  • flutter/60215 - Creating an Android-only plug-in creates a no-op iOS folder.

1.20.0 (August 5, 2020)

Initial stable release.

Flutter 1.17 Changes

1.17.5 (June 30, 2020)

This hotfix release addresses the following issues:

1.17.4 (June 18, 2020)

This hotfix release addresses the following issues:

  • flutter/56826 - xcdevice polling may use all free hard drive space

1.17.3 (June 4, 2020)

This hotfix release addresses the following issues:

  • flutter/54420 - Exhausted heap space can cause machine to freeze

1.17.2 (May 28, 2020)

This hotfix release addresses the following issues:

  • flutter/57326 - CupertinoSegmentedControl does not always respond to selections
  • flutter/56898 - DropdownButtonFormField is not re-rendered after value is changed programmatically
  • flutter/56853 - Incorrect git error may be presented when flutter upgrade fails
  • flutter/55552 - Hot reload may fail after a hot restart
  • flutter/56507 - iOS builds may fail with “The path does not exist” error message

1.17.1 (May 13, 2020)

This hotfix release addresses the following issues:

  • flutter/26345 - Updating AndroidView layer tree causes crash on Xiaomi and Moto devices
  • flutter/56567 - Xcode legacy build system causes build failures on iOS
  • flutter/56473 - Build --tree-shake-icons build option crashes computer
  • flutter/56688 - Regression in Navigator.pushAndRemoveUntil
  • flutter/56479 - Crash while getting static type context for signature shaking

1.17.0 (May 5, 2020)

Initial stable release.

Flutter 1.12 Changes

Hotfix.9 (April 1, 2020)

This hotfix release addresses the following issues:

Hotfix.8 (February 11, 2020)

This hotfix release addresses the following issues:

  • flutter/50066 - binaries unsigned in last hotfix
  • flutter/49787 - in a previous hotfix, we inadvertently broke Xcode 10 support. Reverting this change would have caused other problems (and users would still have to upgrade their Xcode with the next stable release), we decided to increase our minimum supported Xcode version. Please see the linked issue for more context on this decision.
  • flutter/45732 - Android log reader fix
  • flutter/47609 - Android log reader fix

Hotfix.7 (January 26, 2020)

This hotfix release addresses the following issues:

  • flutter/47164 - blackscreen / crash on certain Huawei devices
  • flutter/47804 - Flutter engine crashes on some Android devices due to "Failed to setup Skia Gr context"
  • flutter/46172 - reportFullyDrawn causes crash on Android KitKat

Hotfix.5 (December 11, 2019)

Initial stable release.

Flutter Wiki

Process

Framework repo

The Flutter CLI Tool

Engine repo

Packages repo

Engineering Productivity

User documentation

Clone this wiki locally