[google_maps_flutter] Add background color for unloaded tiles - #12357
Open
RyanHolanda wants to merge 1 commit into
Open
[google_maps_flutter] Add background color for unloaded tiles#12357RyanHolanda wants to merge 1 commit into
RyanHolanda wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a backgroundColor option to GoogleMap to configure the color displayed behind unloaded map tiles. This change is implemented across the main package, the platform interface, and the Android, iOS, and Web platform implementations, along with corresponding tests. There are no review comments, and I have no feedback to provide.
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.
Adds a nullable
GoogleMap.backgroundColoroption for configuring the color displayed behind map tiles while they are not fully loaded.This prevents the native map surface from showing its default black background before tiles render. The value is forwarded during map initialization to:
GoogleMapOptions.backgroundColor.GMSMapViewOptions.backgroundColorin the default, SDK 9, and SDK 10 implementations.MapOptions.backgroundColor.The existing SDK defaults remain unchanged when
backgroundColoris null. Since the native options are initialization-time settings, changing the value after map creation has no effect.No screenshots are included because this is an API-only platform integration change.
Fixes flutter/flutter#142520
Federated review note
This is the required combined-review PR for the federated plugin change. It intentionally contains repository-generated path dependency overrides marked
DO NOT MERGEso the platform interface, implementations, and app-facing package can be reviewed and tested together.The package publish dry-run passes for all seven packages. The federation safety check intentionally reports
Unresolved combo PR, preventing this combined review branch from landing accidentally. Once the overall change is approved, it will be split and landed in dependency order:Test coverage
The change adds coverage for:
GMSMapViewOptionscreation across all maintained SDK implementations.Local validation completed:
On the local Xcode 26.5 installation, the default CocoaPods native target is blocked before plugin tests by warnings promoted to errors in the third-party
Google-Maps-iOS-Utilssource. The identical shared implementation passes in the SDK 9 and SDK 10 targets; hosted CI will validate the repository's supported CocoaPods environment.Pre-Review Checklist
[shared_preferences]///).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-assistbot 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
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