Skip to content

Commit a5e14f8

Browse files
upgrade: update dependency flutter to v3.35.2 (#708)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [flutter](https://flutter.dev) ([source](https://redirect.github.com/flutter/flutter)) | minor | `3.32.0` -> `3.35.2` | `3.35.3` | --- ### Release Notes <details> <summary>flutter/flutter (flutter)</summary> ### [`v3.35.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3352) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.1...3.35.2) - [flutter/173823](https://redirect.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. - [flutter/173741](https://redirect.github.com/flutter/flutter/issues/173741) - Fixes an issue that prevents (web) screen readers from pressing buttons through keyboard shortcuts. - [flutter/173960](https://redirect.github.com/flutter/flutter/issues/173960) - Fixes an issue where starting a widget preview fails if Chrome or Edge is not installed. - [flutter/174017](https://redirect.github.com/flutter/flutter/issues/174017) - Fixes an issue when running a 32-bit process on a 64-bit Windows system. - [flutter/173895](https://redirect.github.com/flutter/flutter/issues/173895) - Don't crash widget preview when a directory watcher restarts on Windows. - [flutter/171992](https://redirect.github.com/flutter/flutter/issues/171992) - Blocks `exynos9820` chip from using the Impeller Vulkan backend. - [flutter/173959](https://redirect.github.com/flutter/flutter/issues/173959) - Fixes a null assertion when trying to add `@Preview()` to invalid nodes. - [flutter/174184](https://redirect.github.com/flutter/flutter/pull/174184) - Fixes an issue where WASM builds were incorrectly triggered when dry run is disabled and --wasm is not specified. - [flutter/171758](https://redirect.github.com/flutter/flutter/issues/171758) - Fixes an ExistingDartDevelopmentServiceException that could be thrown when running flutter run on a device with an existing Dart development service. ### [`v3.35.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3351) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.35.0...3.35.1) - [flutter/173785](https://redirect.github.com/flutter/flutter/issues/173785) - Fixes an issue that prevented downloading the Flutter SDK for Windows from `flutter.dev`. ### [`v3.35.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3350) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.8...3.35.0) Initial stable release. ### [`v3.32.8`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3328) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.7...3.32.8) - [flutter/150131](https://redirect.github.com/flutter/flutter/issues/150131) iOS users on macOS 15 may see a tool crash if permissions are missing. Can work around by enabling mDNS permissions. - [flutter/155294](https://redirect.github.com/flutter/flutter/issues/155294) [flutter/169506](https://redirect.github.com/flutter/flutter/issues/169506) On android Add a new api for requesting a new surface from the embedder that is different from any previously returned. - [flutter/172602](https://redirect.github.com/flutter/flutter/pull/172602) Do not call hasUnifiedMemory that was introduced in macOS 10.15 on versions before 10.15. - [flutter/172250](https://redirect.github.com/flutter/flutter/issues/172250) `TextInput.hide` call incorrectly clears the text in the active text field on iOS. ### [`v3.32.7`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3327) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.6...3.32.7) - [flutter/172121](https://redirect.github.com/flutter/flutter/pull/172121) - Fix iOS images replaced with pink fill when coming out of background. ### [`v3.32.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3326) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.5...3.32.6) - [flutter/171106](https://redirect.github.com/flutter/flutter/pull/171106) - When a scroll view contains a `LayoutBuilder` on any platform, prevent null check crash. - [flutter/171239](https://redirect.github.com/flutter/flutter/pull/171239) - When using Impeller + Vulkan and transitioning between activities that use Flutter on Android, prevent a crash. - [flutter/171737](https://redirect.github.com/flutter/flutter/pull/171737) - When using platform views on Android SDK 10-13 (API 29-33) prevent app crash when backgrounding and then foregrounding app. ### [`v3.32.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3325) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.4...3.32.5) - [flutter/170924](https://redirect.github.com/flutter/flutter/pull/170924) - Fix Flutter Windows on devices that only support OpenGL ES 2, like computers with Intel graphics cards. - [flutter/170880](https://redirect.github.com/flutter/flutter/pull/170880) - Fixes unhandled exception on application shutdown in the debug adapter used by IDEs. - [flutter/170846](https://redirect.github.com/flutter/flutter/pull/170846) - Fix image decode errors on iOS that could occur if a push notification triggered image decoding while the app is backgrounded. - [flutter/171034](https://redirect.github.com/flutter/flutter/pull/171034) - Fixed an issue where iOS/macOS workflows may not behave as expected due to missing dev dependencies. ### [`v3.32.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3324) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.3...3.32.4) - [flutter/170536](https://redirect.github.com/flutter/flutter/issues/170536) - Fixes a code-signing issue on Mac hosts when running `dart` tooling. ### [`v3.32.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3323) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.2...3.32.3) - [flutter/170052](https://redirect.github.com/flutter/flutter/pull/170052) - Fixes "active" indicator for `NavigationBar` and `NavigationDrawer` - [flutter/170013](https://redirect.github.com/flutter/flutter/pull/170013) - Fixes a memory leak in the Impeller Vulkan back end. - [flutter/169912](https://redirect.github.com/flutter/flutter/pull/170003) - Fixes failures to build an Android AAB in release mode. ### [`v3.32.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3322) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.1...3.32.2) - [flutter/169772](https://redirect.github.com/flutter/flutter/pull/169772) - Configuration changes for Flutter's CI to run tests on Linux instead of Windows when not otherwise required. - [flutter/169630](https://redirect.github.com/flutter/flutter/pull/169630) - Fixes issue where flavored Android packages may not successfully build on Windows repeatedly until the next clean. - [flutter/169912](https://redirect.github.com/flutter/flutter/pull/169912) - Splits Flutter CI task for publishing API docs into one build step and one deploy step. ### [`v3.32.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3321) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.32.0...3.32.1) - [flutter/156793](https://redirect.github.com/flutter/flutter/issues/156793) - Fixes flaky crash when targeting web applications via IDEs using the DAP. - [flutter/168849](https://redirect.github.com/flutter/flutter/issues/168849) - Fixes an issue rendering wide gamut images. - [flutter/168846](https://redirect.github.com/flutter/flutter/issues/168846) - Fixes an issue displaying the wrong icons in the widget inspector for some apps. - [flutter/167011](https://redirect.github.com/flutter/flutter/pull/167011) - Fixes Flutter Android builds for apps which use plugins with old Android Gradle Plugin versions. - [flutter/169101](https://redirect.github.com/flutter/flutter/issues/169101) - Reduces the cost of running the (sometimes flaky) Linux fuchsia\_test on release branches. - [flutter/169318](https://redirect.github.com/flutter/flutter/issues/169318) - Fixed a bug where the flutter tool crash reporting did not include what plugins were being used by the current project. - [flutter/169160](https://redirect.github.com/flutter/flutter/issues/169160) Fixed a bug where `appFlavor` is null after hot restarts or during `flutter test`. - [flutter/167011](https://redirect.github.com/flutter/flutter/pull/167011) \[Android] Fix regression in NDK version checking for projects with old AGP versions. - [flutter/168847](https://redirect.github.com/flutter/flutter/pull/168847) \[Widget Inspector] Fix missing cupertino icon in on-device inspector. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Wednesday ( * * * * 3 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/FlutterGen/flutter_gen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d34526a commit a5e14f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flutter 3.32.0-stable
1+
flutter 3.35.2-stable

0 commit comments

Comments
 (0)