Skip to content

[google_maps_flutter] Update google_maps_flutter to 2.16.0#1019

Open
JSUYA wants to merge 3 commits into
flutter-tizen:masterfrom
JSUYA:update_google_maps_flutter_tizen
Open

[google_maps_flutter] Update google_maps_flutter to 2.16.0#1019
JSUYA wants to merge 3 commits into
flutter-tizen:masterfrom
JSUYA:update_google_maps_flutter_tizen

Conversation

@JSUYA
Copy link
Copy Markdown
Member

@JSUYA JSUYA commented May 11, 2026

  • Update google_maps_flutter to 2.16.0.
  • Update google_maps_flutter_platform_interface to 2.15.0.
  • Add support for ground overlays (bounds-based) via google.maps.GroundOverlay.
  • Forward the colorScheme map option to google.maps.ColorScheme.

#992

* Update google_maps_flutter to 2.16.0.
* Update google_maps_flutter_platform_interface to 2.15.0.
* Add support for ground overlays (bounds-based) via google.maps.GroundOverlay.
* Forward the colorScheme map option to google.maps.ColorScheme.
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds ground overlay support and the colorScheme map option to the Tizen implementation of google_maps_flutter. Review feedback points out that the implementation currently ignores updates to immutable ground overlay properties such as url and bounds, suggesting these should trigger a recreation of the overlay. Additionally, a memory leak was identified in the GroundOverlaysController where internal ID mappings are not removed when an overlay is deleted.

Comment thread packages/google_maps_flutter/lib/src/util.dart
Comment thread packages/google_maps_flutter/lib/src/ground_overlays.dart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant