mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Sync 3.35.3 and 3.35.4 notes from stable to master (#175461)
Sync 3.35.3 and 3.35.4 notes from stable to master.
This commit is contained in:
parent
3f2611ed2e
commit
e1a2e271c3
14
CHANGELOG.md
14
CHANGELOG.md
@ -32,6 +32,20 @@ docs/releases/Hotfix-Documentation-Best-Practices.md
|
||||
|
||||
## Flutter 3.35 Changes
|
||||
|
||||
### [3.35.4](https://github.com/flutter/flutter/releases/tag/3.35.4)
|
||||
- [flutter/173474](https://github.com/flutter/flutter/issues/173474) - On all platforms PlatformDispatchers.instance.engineId no longer returns null after hot restart.
|
||||
- [flutter/174513](https://github.com/flutter/flutter/issues/174513) - On iOS 26, fix a bug where platform view's gesture blocking fails and lets touches on Flutter views fall through to underlying platform views.
|
||||
|
||||
### [3.35.3](https://github.com/flutter/flutter/releases/tag/3.35.3)
|
||||
|
||||
- [flutter/172627](https://github.com/flutter/flutter/issues/172627) - Unnecessary output is printed in non-verbose mode.
|
||||
- [flutter/173917](https://github.com/flutter/flutter/issues/173917) - On Android, `flutter build apk` may fail to calculate the version code when using `--build-number`.
|
||||
- [flutter/174437](https://github.com/flutter/flutter/issues/174437) - When running a Flutter web application in debug mode, the console is spammed with non-fatal error messages.
|
||||
- [flutter/174267](https://github.com/flutter/flutter/issues/174267) - Golden test failures can cause the test harness to stall.
|
||||
- [flutter/171691](https://github.com/flutter/flutter/issues/171691) - A race condition can cause crashes in the Impeller Vulkan back end.
|
||||
- [flutter/174100](https://github.com/flutter/flutter/issues/174100) - Superellipses may not render correctly when using Impeller.
|
||||
- [flutter/174015](https://github.com/flutter/flutter/issues/174015) - Obsolete warning and error messages are shown when switching between build modes in Xcode.
|
||||
|
||||
### [3.35.2](https://github.com/flutter/flutter/releases/tag/3.35.2)
|
||||
|
||||
- [flutter/173823](https://github.com/flutter/flutter/issues/173823) - On Android builds that do not use flutter.minSdkVersion and do use a value lower than 24 in a kotlin build file, correct flutters auto migration to update value with kotlin syntax.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user