Skip to content

Commit 924134a

Browse files
authored
Update CHANGELOG with Flutter 3.44 changes (flutter#187258)
Add Flutter 3.44 release notes and bug fixes. Part of flutter#187098
1 parent 4421940 commit 924134a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,30 @@ More information and tips:
3030
docs/releases/Hotfix-Documentation-Best-Practices.md
3131
-->
3232

33+
## Flutter 3.44 Changes
34+
35+
### [3.44.1](https://github.com/flutter/flutter/releases/tag/3.44.1)
36+
- [flutter/186962]((https://github.com/flutter/flutter/issues/186962) When the analysis server exits unexpectedly, the `flutter` tool can crash instead of outputting a descriptive error message.
37+
- [flutter/186963]((https://github.com/flutter/flutter/issues/186963) When failing to connect to a Chrome instance on Windows, the `flutter` tool can crash instead of outputting a descriptive error message.
38+
39+
### [3.44.0](https://github.com/flutter/flutter/releases/tag/3.44.0)
40+
41+
Learn about what's new in this release in [the blog post](https://blog.flutter.dev/whats-new-in-flutter-3-44-b0cc1ad3c527), and check out the [CHANGELOG](https://docs.flutter.dev/release/release-notes/release-notes-3.44.0) for a detailed list of all the new changes.
42+
43+
3344
## Flutter 3.41 Changes
3445

46+
### [3.41.9](https://github.com/flutter/flutter/releases/tag/3.41.9)
47+
- [flutter/185621](https://github.com/flutter/flutter/pull/185621) Fixes a potential integer overflow that can happen when handling some animated PNG files.
48+
49+
### [3.41.8](https://github.com/flutter/flutter/releases/tag/3.41.8)
50+
- [flutter/185150](https://github.com/flutter/flutter/issues/185150) When using profile mode on a physical iOS device, the app may fail to connect to the Dart VM.
51+
52+
### [3.41.7](https://github.com/flutter/flutter/releases/tag/3.41.7)
53+
- [flutter/184376](https://github.com/flutter/flutter/issues/184376) When building an iOS or macOS app, the build may fail due to git multi-pack-index error.
54+
- [flutter/184254](https://github.com/flutter/flutter/issues/184254) When debugging on physical iOS devices and Xcode 26.4+, app often crashes.
55+
- [flutter/184689](https://github.com/flutter/flutter/issues/184689) When using an ffi Windows package, don't require a plugin class.
56+
3557
### [3.41.6](https://github.com/flutter/flutter/releases/tag/3.41.6)
3658
- [flutter/184025](https://github.com/flutter/flutter/pull/184025) Include a fix from Skia that ensures that the correct atlas for the glyph mask format is used consistently.
3759
- [flutter/182708](https://github.com/flutter/flutter/issues/182708) Visual issues with circles appearing jagged. Especially on thin stroked circles and circles with small radii.

0 commit comments

Comments
 (0)