Skip to content

chore(deps): update Flutter SDK Metrics to v3.41.1#3486

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/metrics/flutter.properties
Open

chore(deps): update Flutter SDK Metrics to v3.41.1#3486
github-actions[bot] wants to merge 1 commit intomainfrom
deps/metrics/flutter.properties

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 28, 2026

Bumps metrics/flutter.properties from 3.38.7 to 3.41.1.

Auto-generated by a dependency updater.

Changelog

Flutter 3.41 Changes

3.41.1

  • flutter/182314 Test coverage is broken due to pinned test_api version in flutter_test.
  • flutter/182335 Version 1.29 of the Dart test package adds a blank line to test output causing unexpected test failures.

3.41.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.

Flutter 3.38 Changes

3.35.7

  • flutter/174082 Apps, on all platforms, that extend MenuController class see a compile time failure when building.
  • flutter/173770 Mitigates a memory leak that occurs on Android, when Activities are not kept upon exit and an Activity is exited and re-entered.

3.35.6

  • flutter/175669 flutter analyze --suggestions supports versions up to Java 25, Gradle 9 and AGP 9, Kotlin 2.2.20.
  • flutter/172624 Fixes an issue that could result in a corrupt pipeline cache when using the Impeller Vulkan back end.
Full CHANGELOG.md diff
 -30,25 +30,22  More information and tips:
 docs/releases/Hotfix-Documentation-Best-Practices.md
 -->
 
-## Flutter 3.38 Changes
+## Flutter 3.41 Changes
+
+### [3.41.1](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.41.1)
 
-### [3.38.7](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.38.7)
+- [flutter/182314](https://github-redirect.dependabot.com/flutter/flutter/issues/182314) Test coverage is broken due to pinned `test_api` version in `flutter_test`.
+- [flutter/182335](https://github-redirect.dependabot.com/flutter/flutter/issues/182335) Version 1.29 of the Dart test package adds a blank line to test output causing unexpected test failures.
 
-- [flutter/179857](https://github-redirect.dependabot.com/flutter/flutter/issues/179857) - `flutter run -d all` crashes if multiple devices are available.
+### [3.41.0](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.41.0)
 
-### [3.38.6](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.38.6)
+Learn about what's new in this release in [the blog post](https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632), and check out the [CHANGELOG](https://docs.flutter.dev/release/release-notes/release-notes-3.41.0) for a detailed list of all the new changes.
 
-- [flutter/179139](https://github-redirect.dependabot.com/flutter/flutter/issues/179139) - `flutter widget-preview start` creates new cached build artifacts on each run, resulting in increasing disk usage after each run.
-- [flutter/178896](https://github-redirect.dependabot.com/flutter/flutter/issues/178896) - Apps crash during launch on Windows when run from paths containing non-ASCII characters.
-- [flutter/176943](https://github-redirect.dependabot.com/flutter/flutter/issues/176943) - Configuration changes to run tests on macOS 15 or 15.7.2 for Flutter's CI.
-- [flutter/179914](https://github-redirect.dependabot.com/flutter/flutter/issues/179914) - Flutter Android apps that upgrade to AGP 9.0.0 require migration steps.
-- [flutter/175099](https://github-redirect.dependabot.com/flutter/flutter/issues/175099) - When WebViews are scrolled on iOS 26, they become unclickable.
-- [flutter/175074](https://github-redirect.dependabot.com/flutter/flutter/issues/175074) - When the virtual keyboard is closed on Android web, the area behind it remains blank and the app only draws in the area that used to be above the keyboard.
-- [flutter/180381](https://github-redirect.dependabot.com/flutter/flutter/issues/180381) - Apps crash on Android when enabling accessibility, hiding a platform view, and pulling out the top curtain.
+## Flutter 3.38 Changes
 
 ### [3.38.5](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.38.5)
 
-- [flutter/179700](https://github-redirect.dependabot.com/flutter/flutter/issues/179700) Update Dart to 3.10.4.
+- [flutter/179700](https://github-redirect.dependabot.com/flutter/flutter/issues/179700) Update dart to 3.10.4.
 
 ### [3.38.4](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.38.4)
 
 -87,6 +84,16  Learn about what's new in this release in [the blog post](https://blog.flutter.d
 
 ## Flutter 3.35 Changes
 
+### [3.35.7](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.35.7)
+
+- [flutter/174082](https://github-redirect.dependabot.com/flutter/flutter/issues/174082) Apps, on all platforms, that extend MenuController class see a compile time failure when building.
+- [flutter/173770](https://github-redirect.dependabot.com/flutter/flutter/issues/173770) Mitigates a memory leak that occurs on Android, when `Activities` are not kept upon exit and an Activity is exited and re-entered.
+
+### [3.35.6](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.35.6)
+
+- [flutter/175669](https://github-redirect.dependabot.com/flutter/flutter/issues/175669) `flutter analyze --suggestions` supports versions up to Java 25, Gradle 9 and AGP 9, Kotlin 2.2.20.
+- [flutter/172624](https://github-redirect.dependabot.com/flutter/flutter/issues/172624) Fixes an issue that could result in a corrupt pipeline cache when using the Impeller Vulkan back end.
+
 ### [3.35.5](https://github-redirect.dependabot.com/flutter/flutter/releases/tag/3.35.5)
 
  - [flutter/172105](https://github-redirect.dependabot.com/flutter/flutter/issues/172105) Flutter view no longer hangs after multiple transitions on iOS add-to-app.

@bruno-garcia bruno-garcia force-pushed the deps/metrics/flutter.properties branch 5 times, most recently from 045d01a to a579d27 Compare January 29, 2026 14:56
@github-actions github-actions bot changed the title chore(deps): update Flutter SDK Metrics to v3.38.8 chore(deps): update Flutter SDK Metrics to v3.38.9 Jan 30, 2026
@bruno-garcia bruno-garcia force-pushed the deps/metrics/flutter.properties branch 7 times, most recently from 9c59926 to cb71bb2 Compare February 5, 2026 15:47
@github-actions github-actions bot changed the title chore(deps): update Flutter SDK Metrics to v3.38.9 chore(deps): update Flutter SDK Metrics to v3.41.0 Feb 12, 2026
@bruno-garcia bruno-garcia force-pushed the deps/metrics/flutter.properties branch 4 times, most recently from 32ca2ed to 21e7a29 Compare February 12, 2026 13:52
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@@ -1,2 +1,2 @@
version = 3.38.7
version = 3.41.0
Copy link

Choose a reason for hiding this comment

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

Metrics cache reuses old Flutter baseline

Medium Severity

Updating metrics/flutter.properties to 3.41.0 changes the SDK used for with-sentry builds, but the cached plain app key does not include the Flutter version. CI can restore a plain artifact built with an older SDK, making metrics comparisons inconsistent and potentially misleading.

Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot (Root)

@bruno-garcia bruno-garcia force-pushed the deps/metrics/flutter.properties branch 3 times, most recently from c00eb24 to 1f7aa1f Compare February 12, 2026 17:47
@bruno-garcia bruno-garcia force-pushed the deps/metrics/flutter.properties branch from 1f7aa1f to 46b37b2 Compare February 14, 2026 03:45
@github-actions github-actions bot changed the title chore(deps): update Flutter SDK Metrics to v3.41.0 chore(deps): update Flutter SDK Metrics to v3.41.1 Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant