Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.35.3, on macOS 26.0.1 25A362 darwin-arm64, locale sv-SE)
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0-rc4)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 26.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.102.2)
[✓] Connected device (3 available)
[✓] Network resources
! Doctor found issues in 1 category.
What package does this bug report belong to?
google_maps_flutter
What target platforms are you seeing this bug on?
Web
Have you already upgraded your packages?
Yes
Dependency versions
pubspec.lock
Steps to reproduce
cloudMapIdExpected results
There is a
colorSchemeproperty, just like in the JS SDK and thedart_google_mapswrapper:https://github.com/a14n/dart-google-maps/blob/1a598b0305f53a2af3ee1b50d6f9e785f5fa2fb9/lib/src/generated/map/map_options.dart#L24
Actual results
There is no
colorSchemeproperty. Thus, maps always default to light mode.Code sample
Code sample
Screenshots or Videos
No response
Logs
Flutter Doctor output
Doctor output