-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit 9295fc1
authored
upgrade: update dependency flutter to v3.32.0 (#687)
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [flutter](https://flutter.dev)
([source](https://redirect.github.com/flutter/flutter)) | minor |
`3.29.0` -> `3.32.0` | `3.32.2` (+1) |
---
### Release Notes
<details>
<summary>flutter/flutter (flutter)</summary>
###
[`v3.32.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3320)
[Compare
Source](https://redirect.github.com/flutter/flutter/compare/3.29.3...3.32.0)
Initial stable release.
###
[`v3.29.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3293)
[Compare
Source](https://redirect.github.com/flutter/flutter/compare/3.29.2...3.29.3)
-
[flutter/165818](https://redirect.github.com/flutter/flutter/pull/165818)
- Unset `GIT_DIR` to enable flutter tool calls in githooks.
-
[flutter/163421](https://redirect.github.com/flutter/flutter/issues/163421)
- Impeller,
Android, Fixes Android Emulator crash when navigating to routes with
backdrop
blurs.
-
[flutter/165166](https://redirect.github.com/flutter/flutter/pull/165166)
- Impeller, All platforms, Text that is scaled over 48x renders
incorrectly.
-
[flutter/163627](https://redirect.github.com/flutter/flutter/pull/163627)
- Fix issue where placeholder types in ARB localizations weren't used
for type inference, causing a possible type mismatch with the
placeholder field defined in the template.
-
[flutter/165166](https://redirect.github.com/flutter/flutter/pull/165166)
- Update CI configurations and tests to use Xcode 16 and iOS 18
simulator.
-
[flutter/161466](https://redirect.github.com/flutter/flutter/pull/161466)
- Hot restart can hang on all platforms if "Pause on Unhandled
Exceptions" is enabled by the debugger and a call to `compute` or
`Isolate.run` has not completed.
###
[`v3.29.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3292)
[Compare
Source](https://redirect.github.com/flutter/flutter/compare/3.29.1...3.29.2)
- [dart 3.7.2
changelog](https://redirect.github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#372)
-
[flutter/164958](https://redirect.github.com/flutter/flutter/issues/164958)
- Impeller, All platforms, Text that is rotated 180 degrees exactly will
render as if it is scaled by {-1, 1} instead of {-1, -1}.
-
[flutter/165075](https://redirect.github.com/flutter/flutter/pull/165075)
- Fixes crashes on Android devices older than API 29 when using Impeller
OpenGLES.
-
[flutter/164606](https://redirect.github.com/flutter/flutter/issues/164606)
Fixes missing glyph error on Android and iOS devices using Impeller.
-
[flutter/164036](https://redirect.github.com/flutter/flutter/pull/164036)
- On iOS devices Increase number of concurrent background image decode
tasks to partially mitigate "Image upload failed due to loss of GPU
access" errors.
-
[flutter/163175](https://redirect.github.com/flutter/flutter/pull/163175)
- Improve performance of CanvasKit rendering for web.
-
[flutter/164628](https://redirect.github.com/flutter/flutter/issues/164628)
- iOS Fixes crash when allocation of surface for toImage/toImageSync
fails.
-
[flutter/164201](https://redirect.github.com/flutter/flutter/pull/164201)
- Always use Android hardware buffers for platform views when supported.
-
[flutter/164024](https://redirect.github.com/flutter/flutter/issues/164024):
- Add back an empty io.flutter.app.FlutterApplication for Android apps
post v2 embedder migration.
-
[flutter/162198](https://redirect.github.com/flutter/flutter/issues/162198)
- Fixes double-download of canvaskit.wasm
-
[flutter/164392](https://redirect.github.com/flutter/flutter/pull/164392)
- All platforms, Fixes a crash that can occur when animating and
interacting with a scrollable simultaneously.
###
[`v3.29.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3291)
[Compare
Source](https://redirect.github.com/flutter/flutter/compare/3.29.0...3.29.1)
-
[flutter/163830](https://redirect.github.com/flutter/flutter/pull/163830)
- Fix Tab linear and elastic animation blink.
-
[flutter/164119](https://redirect.github.com/flutter/flutter/pull/164119)
- Configuration changes to run test on macOS 14 for Flutter's CI.
-
[flutter/164155](https://redirect.github.com/flutter/flutter/pull/164155)
- Roll .ci.yaml changes into the LUCI configuration only when the master
branch is updated.
-
[flutter/164191](https://redirect.github.com/flutter/flutter/pull/164191)
- Improve safaridriver launch process in Flutter's CI testing for web.
-
[flutter/164193](https://redirect.github.com/flutter/flutter/pull/164193)
- Provide guided error message when app crashes due to JIT restriction
on iPhones.
-
[flutter/164050](https://redirect.github.com/flutter/flutter/pull/164050)
- Fixes test reorderable_list_test.dart failing for certain ordering
seeds, such as
[`2025022`](https://redirect.github.com/flutter/flutter/commit/20250221).
-
[flutter/163316](https://redirect.github.com/flutter/flutter/pull/163316)
- Configuration changes to run test on macOS 14 for Flutter's CI.
-
[flutter/163581](https://redirect.github.com/flutter/flutter/pull/163581)
- Fix crash when using BackdropFilters in certain GLES drivers.
-
[flutter/163616](https://redirect.github.com/flutter/flutter/pull/163616)
- Disable Vulkan on known bad Xclipse GPU drivers for Android.
-
[flutter/163666](https://redirect.github.com/flutter/flutter/pull/163666)
- Always post new task during gesture dispatch to fix jittery scrolling
on iOS devices.
-
[flutter/163667](https://redirect.github.com/flutter/flutter/pull/163667)
- Ensure that OpenGL "flipped" textures do not leak via texture
readback.
-
[flutter/163741](https://redirect.github.com/flutter/flutter/pull/163741)
- Flutter tool respects tracked engine.version.
-
[flutter/163754](https://redirect.github.com/flutter/flutter/pull/163754)
- Fix text glitch when returning to foreground for Android.
-
[flutter/163058](https://redirect.github.com/flutter/flutter/pull/163058)
- Fixes jittery glyphs.
-
[flutter/163201](https://redirect.github.com/flutter/flutter/pull/163201)
- Fixes buttons with icons that ignore foregroundColor.
-
[flutter/163265](https://redirect.github.com/flutter/flutter/pull/163265)
- Disable Vulkan on known bad exynos SoCs for Android.
-
[flutter/163261](https://redirect.github.com/flutter/flutter/pull/163261)
- Fixes for Impeller DrawVertices issues involving snapshots with empty
sizes.
-
[flutter/163672](https://redirect.github.com/flutter/flutter/pull/163672)
- Check for tracked engine.version before overriding.
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c5e65f8 commit 9295fc1Copy full SHA for 9295fc1
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments