-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the bug
In IOS if device having dark theme and app map style having light theme and if i zoom map landscape or building showing dark mode colors instead of light theme mode below is screenshot. this issue only come into IOS in android working fine.

Flutter version
3.29.2
Package version
0.6.2
Native SDK versions
- I haven't changed the version of the native SDKs
Flutter Doctor Output
[✓] Flutter (Channel stable, 3.29.2, on macOS 15.5 24F74 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 16.4)
! CocoaPods 1.15.0 out of date (1.16.2 is recommended).
CocoaPods is a package manager for iOS or macOS platform code.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/to/platform-plugins
To update CocoaPods, see https://guides.cocoapods.org/using/getting-started.html#updating-cocoapods
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.3)
[✓] VS Code (version 1.101.2)
[✓] Connected device (6 available)
[✓] Network resources
Steps to reproduce
- keep device theme in dark mode
- and change app map style to light theme and zoom all landscape or building showing in different color
Expected vs Actual Behavior
map style automatically should not change if device theme change
Code Sample
// Example code here
Additional Context
No response