[google_maps_flutter] Add color scheme support to app-facing package#11280
Merged
auto-submit[bot] merged 32 commits intoflutter:mainfrom Mar 18, 2026
Merged
[google_maps_flutter] Add color scheme support to app-facing package#11280auto-submit[bot] merged 32 commits intoflutter:mainfrom
auto-submit[bot] merged 32 commits intoflutter:mainfrom
Conversation
…map initialization. Adds comments to MapColorScheme enum.
11 tasks
There was a problem hiding this comment.
Code Review
This pull request introduces colorScheme support for the GoogleMap widget, specifically for controlling the brightness of cloud-based maps on the web. The changes include adding a new colorScheme property to the GoogleMap widget, updating the map configuration to include this new property, and adding corresponding tests to verify its behavior. Additionally, the CHANGELOG.md and pubspec.yaml files have been updated to reflect the new version and dependencies.
mdebbar
approved these changes
Mar 18, 2026
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Mar 19, 2026
github-merge-queue bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Mar 19, 2026
flutter/packages@afa1a1c...99155a8 2026-03-19 engine-flutter-autoroll@skia.org Roll Flutter from d117642 to dd64978 (24 revisions) (flutter/packages#11281) 2026-03-18 stuartmorgan@google.com [local_auth] Convert to Kotlin gradle for the plugin build files (flutter/packages#11169) 2026-03-18 stuartmorgan@google.com [google_maps_flutter] Add color scheme support to app-facing package (flutter/packages#11280) 2026-03-18 10687576+bparrishMines@users.noreply.github.com [webview_flutter_wkwebview] Updates platform views on iOS to only have a weak reference to the native view (flutter/packages#11175) 2026-03-18 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump androidx.core:core from 1.17.0 to 1.18.0 in /packages/local_auth/local_auth_android/android (flutter/packages#11256) 2026-03-18 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump androidx.core:core-ktx from 1.13.0 to 1.18.0 in /packages/interactive_media_ads/android (flutter/packages#11255) 2026-03-18 engine-flutter-autoroll@skia.org Roll Flutter (stable) from ff37bef to 2c9eb20 (6 revisions) (flutter/packages#11285) 2026-03-18 stuartmorgan@google.com [google_maps_flutter] Add color scheme support to web implementation (flutter/packages#11279) 2026-03-18 elitree@gmail.com [google_maps_flutter_android] Batch clustered marker operations (flutter/packages#10940) 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 flutter-ecosystem@google.com 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
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.
App-facing portion of #10471, incorporating review feedback and some other minor cleanup.
Fixes flutter/flutter#176445
Pre-Review Checklist
[shared_preferences]///).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