Updatify / Flutter | Release notes

Create your changelog

Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. is free and open source.

Building with Flutter? Show release notes in your app with updatify_flutter package

pub.dev

Update Jul 28, 2026 tracked by Updatify

1.22.4

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

Update Jul 28, 2026 tracked by Updatify

1.22.0 (October 1, 2020)

Merged PRs by labels for flutter/flutter

framework - 428 pull request(s)

56413 Prevent viewport.showOnScreen from scrolling the viewport if the specified Rect is already visible. (cla: yes, f: material design, f: scrolling, framework, severe: API break, waiting for tree to go green)

58245 Automatically scale down Dialog padding for larger text scale factors (cla: yes, f: material design, framework, waiting for tree to go green)

58640 Skip Audit - Rendering Library (a: quality, a: tests, cla: yes, framework, team, waiting for tree to go green)

58731 Autofill save (a: text input, cla: yes, framework)

59127 [Text Scaling][Material] Update BottomNavigationBar to show tooltips on long press. (cla: yes, f: cupertino, f: material design, framework, team)

59623 Reduce iOS scroll damping for lists with differently sized items (a: fidelity, cla: yes, f: scrolling, framework, platform-ios, waiting for tree to go green)

59702 New Button Universe (cla: yes, f: material design, framework, waiting for tree to go green)

Update Jul 28, 2026 tracked by Updatify

1.20.3

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.

Update Jul 28, 2026 tracked by Updatify

1.20.2

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

Update Jul 28, 2026 tracked by Updatify

1.20.0 (August 5, 2020)

Merged pull requests by label

Merged PRs by labels for flutter/flutter

tool - 435 pull request(s)

50581 Implements –machine flag for devices command (cla: yes, tool)

51126 [flutter_tools] fix build for projects with watchOS companion app (cla: yes, tool)

52507 enable avoid_equals_and_hash_code_on_mutable_classes (a: tests, cla: yes, d: examples, f: cupertino, f: material design, framework, team, team: gallery, tool, waiting for tree to go green)

52791 Read custom app project name from gradle.properties (cla: yes, team, tool)

53374 [gen_l10n] Fallback feature for untranslated messages (a: internationalization, cla: yes, team, tool, waiting for tree to go green)

53381 Characters Package (a: text input, cla: yes, f: material design, framework, team, tool, waiting for tree to go green)

53422 Rename GPU thread to raster thread in API docs (a: tests, cla: yes, framework, team, tool, waiting for tree to go green)

53600 Restructure the Windows app template (cla: yes, team, tool)

Update Jul 28, 2026 tracked by Updatify

1.17.2

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

Update Jul 28, 2026 tracked by Updatify

1.17.0 (May 5, 2020)

Merged pull requests by label

Merged PRs by labels for flutter/flutter

tool - 435 pull request(s)

50581 Implements –machine flag for devices command (cla: yes, tool)

51126 [flutter_tools] fix build for projects with watchOS companion app (cla: yes, tool)

52507 enable avoid_equals_and_hash_code_on_mutable_classes (a: tests, cla: yes, d: examples, f: cupertino, f: material design, framework, team, team: gallery, tool, waiting for tree to go green)

52791 Read custom app project name from gradle.properties (cla: yes, team, tool)

53374 [gen_l10n] Fallback feature for untranslated messages (a: internationalization, cla: yes, team, tool, waiting for tree to go green)

53381 Characters Package (a: text input, cla: yes, f: material design, framework, team, tool, waiting for tree to go green)

53422 Rename GPU thread to raster thread in API docs (a: tests, cla: yes, framework, team, tool, waiting for tree to go green)

53600 Restructure the Windows app template (cla: yes, team, tool)

Update Jul 28, 2026 tracked by Updatify

Hotfix.8

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