Skip to content

Update All Flutter Android Example Apps to 3.47 Template Versions#12195

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
jesswrd:update-template-vers-3.47
Jul 14, 2026
Merged

Update All Flutter Android Example Apps to 3.47 Template Versions#12195
auto-submit[bot] merged 1 commit into
flutter:mainfrom
jesswrd:update-template-vers-3.47

Conversation

@jesswrd

@jesswrd jesswrd commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updated all Flutter Android plugin example apps to align with newer template versions for the Flutter 3.47 release.

Partially Addresses: flutter/flutter#189381
Related to: flutter/flutter#189380

Pre-Review Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2

@github-actions github-actions Bot added the triage-engine Should be looked at in engine triage label Jul 13, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Gradle wrapper version to 9.3.1, the Android application plugin version to 9.1.0, and the Kotlin Android plugin version to 2.4.0 across multiple package examples. Feedback suggests removing redundant Gradle wrapper configurations located under the android/app/gradle/ directories of the example apps to reduce maintenance overhead.

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The Gradle wrapper configuration under android/app/gradle/wrapper/gradle-wrapper.properties is redundant and misplaced. In a standard Flutter/Android project structure, the Gradle wrapper is located at the root of the Android project (android/gradle/wrapper/gradle-wrapper.properties), which is already present and being updated in this PR. Having a duplicate wrapper under the app subproject directory is unused and increases maintenance overhead (as seen in this PR where both files have to be updated). Consider deleting the entire android/app/gradle/ directory from this and other example apps instead of updating it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

the structure is odd but this is possibly a camera specific nuance. This does look like a duplicate directory (dupe directory; standard directory). Let me see what happens if I delete it. Tracking here.

@jesswrd
jesswrd requested review from a team and camsim99 and removed request for a team July 13, 2026 20:35

@camsim99 camsim99 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

All the versions LGTM 👍

@jesswrd jesswrd added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 14, 2026
@auto-submit
auto-submit Bot merged commit ad9840e into flutter:main Jul 14, 2026
89 checks passed
Mairramer pushed a commit to Mairramer/flutter that referenced this pull request Jul 15, 2026
…r#189509)

flutter/packages@ad2eab1...9f95026

2026-07-15 [email protected] [google_fonts] Extract the config class
to its own file (flutter/packages#12202)
2026-07-14 [email protected] Update All Flutter Android Example
Apps to 3.47 Template Versions (flutter/packages#12195)
2026-07-14 [email protected] Roll Flutter from
cf9e8af to 846664b (24 revisions) (flutter/packages#12200)
2026-07-14 [email protected] [go_router_builder] Support analyzer 13
(flutter/packages#12189)
2026-07-14 [email protected] [shared_preferences] Convert legacy
tests to Kotlin (flutter/packages#12193)
2026-07-13 [email protected] [material_ui,
cupertino_ui] Migrate `@macro`s that are defined in Material and used in
Cupertino (flutter/packages#12197)
2026-07-13 [email protected] [material_ui,
cupertino_ui] Add `#region` to example files to remove license headers
(flutter/packages#12170)
2026-07-13 [email protected] [video_player]
Implement screen auto-lock control for video playback
(flutter/packages#11225)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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