Changelog for Flutter 3.41.7.#185128
Conversation
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md to include release notes for Flutter version 3.41.7, addressing issues related to iOS/macOS builds, physical device debugging crashes, and FFI Windows packages. Review feedback identifies a typo in the Xcode version number and suggests standardizing the capitalization of 'FFI' for consistency.
|
|
||
| ### [3.41.7](https://github.com/flutter/flutter/releases/tag/3.41.7) | ||
| - [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. | ||
| - [flutter/184254](https://github.com/flutter/flutter/issues/184254) When debugging on physical iOS devices and Xcode 26.4+, app often crashes. |
There was a problem hiding this comment.
The version 'Xcode 26.4+' appears to be a typo for 'Xcode 16.4+', as Xcode 26 is not a released version.
| - [flutter/184254](https://github.com/flutter/flutter/issues/184254) When debugging on physical iOS devices and Xcode 26.4+, app often crashes. | |
| - [flutter/184254](https://github.com/flutter/flutter/issues/184254) When debugging on physical iOS devices and Xcode 16.4+, app often crashes. |
References
- Optimize for readability and ensure documentation is accurate and useful. (link)
| ### [3.41.7](https://github.com/flutter/flutter/releases/tag/3.41.7) | ||
| - [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. | ||
| - [flutter/184254](https://github.com/flutter/flutter/issues/184254) When debugging on physical iOS devices and Xcode 26.4+, app often crashes. | ||
| - [flutter/184689](https://github.com/flutter/flutter/issues/184689) When using an ffi Windows package, don't require a plugin class. |
There was a problem hiding this comment.
The acronym 'ffi' should be capitalized as 'FFI' for consistency with technical documentation standards.
| - [flutter/184689](https://github.com/flutter/flutter/issues/184689) When using an ffi Windows package, don't require a plugin class. | |
| - [flutter/184689](https://github.com/flutter/flutter/issues/184689) When using an FFI Windows package, don't require a plugin class. |
References
- Optimize for readability and ensure documentation is consistent. (link)
51381c5
into
flutter:flutter-3.41-candidate.0
No description provided.