Skip to content

chore(deps): update Flutter SDK Metrics to v3.47.0 - #3962

Merged
buenaflor merged 4 commits into
mainfrom
deps/metrics/flutter.properties
Aug 13, 2026
Merged

chore(deps): update Flutter SDK Metrics to v3.47.0#3962
buenaflor merged 4 commits into
mainfrom
deps/metrics/flutter.properties

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps metrics/flutter.properties from 3.44.9 to 3.47.0.

Auto-generated by a dependency updater.

@bruno-garcia
bruno-garcia force-pushed the deps/metrics/flutter.properties branch from 61441ee to 878b07b Compare August 12, 2026 18:54
@github-actions

Copy link
Copy Markdown
Contributor Author

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


This PR will not appear in the changelog.


🤖 This preview updates automatically when you update the PR.

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.22%. Comparing base (d527ac5) to head (12f5fdf).
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
sentry ?
sentry_dio ?
sentry_drift ?
sentry_file ?
sentry_firebase_remote_config 100.00% <ø> (ø)
sentry_flutter 92.31% <100.00%> (+0.14%) ⬆️
sentry_grpc ?
sentry_hive ?
sentry_isar ?
sentry_link ?
sentry_logging ?
sentry_sqflite 88.81% <ø> (ø)
sentry_supabase 97.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

buenaflor and others added 3 commits August 12, 2026 21:25
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>
@buenaflor
buenaflor merged commit eb0bff3 into main Aug 13, 2026
105 of 106 checks passed
@buenaflor
buenaflor deleted the deps/metrics/flutter.properties branch August 13, 2026 07:45
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.

2 participants