Skip to content

upgrade: update dependency flutter to v3.44.6#485

Open
renovate[bot] wants to merge 1 commit into
mainfrom
upgrade-renovate-flutter-3.x
Open

upgrade: update dependency flutter to v3.44.6#485
renovate[bot] wants to merge 1 commit into
mainfrom
upgrade-renovate-flutter-3.x

Conversation

@renovate

@renovate renovate Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
flutter (source) minor 3.41.73.44.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

flutter/flutter (flutter)

v3.44.6

Compare Source

  • flutter/187980 On Linux, building asset bundles with native assets enabled without a native app build directory crashes due to missing CMakeCache.txt.
  • flutter/188805 Fixes a crash when running Android instrumented tests.

v3.44.5

Compare Source

  • flutter/188718 When building Flutter Android apps and add-to-app modules using AGP < 9 with KGP, the tool incorrectly logs Built-in Kotlin migration warnings.
  • flutter/186810 flutter/187388 flutter/187553 When building Android app bundles using flavors, or with an old app template combined with a plugin coming alphabetically before app, fixes problems with failing to include libapp.so in the produced app bundle.
  • flutter/188035 When rendering text with shadows, the shadows would appear elsewhere on the screen, separate from the text.
  • flutter/187237 Fixes a crash that can happen during app shutdown or rotation on some Android devices using Impeller/Vulkan with HCPP.

v3.44.4

Compare Source

  • flutter/188192 Fix bounds checking in Flutter Linux's FlAccessibleTextField.
3.44.3
  • flutter/186738 Demote flavor/platform asset skipping messages from warning to trace level to reduce build log noise.
  • flutter/186899 On Android, destroying a texture before the GLES fence that it holds was used may cause a crash.
  • flutter/186953 When building concurrently with SwiftPM on macOS/iOS, concurrent directory/file/symlink creation may cause a crash.
  • flutter/183179 Fixes an issue that can cause crashes when rendering animated PNG images.
3.44.2
  • flutter/187322 When DTD connection is lost or fails at startup during widget-preview on all platforms, the tool crashes with unhandled exceptions instead of exiting gracefully.
  • flutter/186723 When Android apps switch from any SystemUiMode to edge-to-edge, the system bars unexpectedly remain invisible.
  • flutter/186054 When building an iOS or macOS app with Swift Package Manager enabled, remote package dependencies may fail to download.
  • flutter/185775 When building for non-iOS or macOS apps, Swift Package Manager warnings may appear.
3.44.1
  • flutter/186962 When the analysis server exits unexpectedly, the flutter tool can crash instead of outputting a descriptive error message.
  • flutter/186963 When failing to connect to a Chrome instance on Windows, the flutter tool can crash instead of outputting a descriptive error message.
3.44.0

Learn about what's new in this release in the blog post, and check out the CHANGELOG for a detailed list of all the new changes.

v3.44.3

Compare Source

  • flutter/186738 Demote flavor/platform asset skipping messages from warning to trace level to reduce build log noise.
  • flutter/186899 On Android, destroying a texture before the GLES fence that it holds was used may cause a crash.
  • flutter/186953 When building concurrently with SwiftPM on macOS/iOS, concurrent directory/file/symlink creation may cause a crash.
  • flutter/183179 Fixes an issue that can cause crashes when rendering animated PNG images.

v3.44.2

Compare Source

  • flutter/187322 When DTD connection is lost or fails at startup during widget-preview on all platforms, the tool crashes with unhandled exceptions instead of exiting gracefully.
  • flutter/186723 When Android apps switch from any SystemUiMode to edge-to-edge, the system bars unexpectedly remain invisible.
  • flutter/186054 When building an iOS or macOS app with Swift Package Manager enabled, remote package dependencies may fail to download.
  • flutter/185775 When building for non-iOS or macOS apps, Swift Package Manager warnings may appear.

v3.44.1

Compare Source

  • flutter/186962 When the analysis server exits unexpectedly, the flutter tool can crash instead of outputting a descriptive error message.
  • flutter/186963 When failing to connect to a Chrome instance on Windows, the flutter tool can crash instead of outputting a descriptive error message.

v3.44.0

Compare Source

v3.41.9

Compare Source

  • flutter/185621 Fixes a potential integer overflow that can happen when handling some animated PNG files.

v3.41.8

Compare Source

  • flutter/185150 When using profile mode on a physical iOS device, the app may fail to connect to the Dart VM.

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from ronnnnn as a code owner April 30, 2026 15:49
@renovate renovate Bot added the dep Dependency updates or problems label Apr 30, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from 34e5418 to dd5ca75 Compare May 2, 2026 21:14
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.41.8 upgrade: update dependency flutter to v3.41.9 May 2, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

Open in Devin Review

Comment thread .tool-versions Outdated
@@ -1,4 +1,4 @@
flutter 3.41.7
flutter 3.41.9

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 pubspec.yaml minimum Flutter constraint not updated to match .tool-versions

The examples/nilts_example/pubspec.yaml:7 still has flutter: '>=3.41.7' while .tool-versions now specifies 3.41.9. This is not a bug since >=3.41.7 is a minimum constraint and 3.41.9 satisfies it. However, if the intent of this version bump is to adopt features or fixes only available in 3.41.9, the minimum constraint should also be updated to >=3.41.9 to prevent users from building with an older, unsupported version.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from dd5ca75 to 25795b0 Compare May 21, 2026 17:49
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.41.9 upgrade: update dependency flutter to v3.44.0 May 21, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from 25795b0 to 7798dc4 Compare June 4, 2026 21:42
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.44.0 upgrade: update dependency flutter to v3.44.1 Jun 4, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from 7798dc4 to 74aa01f Compare June 15, 2026 01:37
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.44.1 upgrade: update dependency flutter to v3.44.2 Jun 15, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from 74aa01f to 40ae840 Compare June 25, 2026 18:34
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.44.2 upgrade: update dependency flutter to v3.44.3 Jun 25, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from 40ae840 to 582ebbc Compare June 28, 2026 01:47
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.44.3 upgrade: update dependency flutter to v3.44.4 Jun 28, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from 582ebbc to 8ac5013 Compare July 9, 2026 22:33
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.44.4 upgrade: update dependency flutter to v3.44.5 Jul 9, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-flutter-3.x branch from 8ac5013 to c56fe36 Compare July 12, 2026 19:40
@renovate renovate Bot changed the title upgrade: update dependency flutter to v3.44.5 upgrade: update dependency flutter to v3.44.6 Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dep Dependency updates or problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant