chore(deps): update Flutter SDK Metrics to v3.47.0 - #3962
Merged
Conversation
bruno-garcia
force-pushed
the
deps/metrics/flutter.properties
branch
from
August 12, 2026 18:54
61441ee to
878b07b
Compare
Contributor
Author
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3962 +/- ##
==========================================
+ Coverage 87.94% 92.22% +4.27%
==========================================
Files 347 121 -226
Lines 12929 4872 -8057
==========================================
- Hits 11371 4493 -6878
+ Misses 1558 379 -1179
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
buenaflor
approved these changes
Aug 12, 2026
Dart 3.13.0 reports unawaited_return_in_try_block for the future returned from reportFullyDisplayed. Returning it skipped the catch, so tracker failures were never logged and escaped to callers as unhandled async errors. CI installs the latest stable SDK and runs the analyzer with fatal-warnings, so flutter / analyze started failing. Co-Authored-By: Cursor <noreply@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Dart 3.13.0 reports use_super_parameters for the hub parameter that SentryDatabase forwards to its super constructor. CI installs the latest stable SDK and runs the analyzer with fatal-infos, so sqflite / analyze started failing. Behavior is unchanged. Co-Authored-By: Cursor <noreply@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Flutter 3.47.0 errors below Gradle 8.14.0, AGP 8.11.1 and KGP 2.2.20. The example pinned an older toolchain so the stable legs kept covering it, and the beta legs raised it through a script. Stable now enforces the same floor, so raise the example defaults and drop the beta-only script. Size Analysis pins its SDK from metrics/flutter.properties and never ran that script. KGP 2.2.20 dropped Kotlin language version 1.7, so the compatibility matrix floor moves to 1.8. min_version_test still covers Flutter 3.24.0 with its own app. Co-Authored-By: Cursor <noreply@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps metrics/flutter.properties from 3.44.9 to 3.47.0.
Auto-generated by a dependency updater.