chore: Regenerate files for Flutter 3.47 - #7285
Merged
Merged
Conversation
Flutter 3.47.0 added `AnalysisOptionsMigration` (flutter/flutter#187940), which runs on `flutter pub get` and appends `build/**` plus the platform directories to each project's `analysis_options.yaml`. The same `pub get` also regenerates the macOS plugin registrants, which pick up `path_provider_foundation` again in the examples whose graph resolves it to 2.5.1 — 2.6.0 dropped the native `pluginClass` in favor of Dart-only registration. Applying this repo-wide keeps the churn out of unrelated commits, e.g. the `aft version-bump` workflow, which runs `flutter pub get` in `amplify_authenticator` and commits with `git add -A`. Generated with `aft bootstrap --no-upgrade --no-build` on Flutter 3.47.0.
cadivus
enabled auto-merge (squash)
August 18, 2026 10:05
cadivus
disabled auto-merge
August 18, 2026 10:05
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7285 +/- ##
==========================================
+ Coverage 40.97% 40.98% +0.01%
==========================================
Files 121 121
Lines 8273 8273
Branches 3598 3598
==========================================
+ Hits 3390 3391 +1
+ Misses 4883 4882 -1 🚀 New features to boost your workflow:
|
VarshithaPamisetty
approved these changes
Aug 18, 2026
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.
Flutter 3.47.0 added
AnalysisOptionsMigration(flutter/flutter#187940), which runs onflutter pub getand appendsbuild/**plus the platform directories to each project'sanalysis_options.yaml. The samepub getalso regenerates the macOS plugin registrants, which pick uppath_provider_foundationagain in the examples whose graph resolves it to 2.5.1 — 2.6.0 dropped the nativepluginClassin favor of Dart-only registration.Applying this repo-wide keeps the churn out of unrelated commits, e.g. the
aft version-bumpworkflow, which runsflutter pub getinamplify_authenticatorand commits withgit add -A.Generated with
aft bootstrap --no-upgrade --no-buildon Flutter 3.47.0.That regeneration is needed was found here: #7283