[tool] Update java formatter#11508
Merged
auto-submit[bot] merged 6 commits intoflutter:mainfrom Apr 15, 2026
Merged
Conversation
Collaborator
Author
|
CHANGELOG/version override: These are just format changes in native code, so there is value to clients in releasing them. |
There was a problem hiding this comment.
Code Review
This pull request updates the Java formatter to version 1.28.0 in the tool script and applies various formatting and documentation improvements across multiple Android plugin packages, including camera, file_selector, google_maps_flutter, image_picker, in_app_purchase, quick_actions, shared_preferences, url_launcher, video_player, webview_flutter, and pigeon-generated code. I have no feedback to provide.
reidbaker
approved these changes
Apr 14, 2026
Contributor
|
autosubmit label was removed for flutter/packages/11508, because Pull request flutter/packages/11508 is not in a mergeable state. |
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.
Updates the Java formatter from 1.3 to 1.28, which is the latest version of the formatter that can be run with Java 17. Version 1.3 doesn't understand newer Java syntax that we could be using in plugins now that they all require Java 17, such as pattern expressions and switch expressions.
The changes outside of script/tool/ ware made by:
formatcommand with the new version.