)]}'
{
  "commit": "e2aa2ea559157583345809cdbda05267647f894d",
  "tree": "044da9fd16cc48823b0f282fb6933da0728e10d2",
  "parents": [
    "65e56504d54ce5be2b74a3d5d057c57149210bd3"
  ],
  "author": {
    "name": "Jack Gibbons",
    "email": "gibbonsj97@gmail.com",
    "time": "Wed Sep 09 11:00:18 2026 +1200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Sep 08 23:00:18 2026 +0000"
  },
  "message": "[google_maps_flutter_web] Avoid replacing advanced marker content on move (#11952)\n\n## Description\r\n\r\nAvoid replacing an `AdvancedMarkerElement`\u0027s DOM content when a marker update changes only its position. Recreating byte-backed bitmap content produces a new blob-backed image node, which causes the marker to disappear or flicker while moving.\r\n\r\nThe web implementation now tracks the marker properties that affect rendered content (icon configuration, alpha, visibility, and rotation). Position-only updates preserve the existing DOM node; visual changes still replace it.\r\n\r\nFixes https://github.com/flutter/flutter/issues/188291.\r\n\r\n## Tests\r\n\r\n- Added web integration coverage for repeated position updates using both `BitmapDescriptor.bytes` and `BytesMapBitmap`.\r\n- Added coverage that visual configuration changes replace the content.\r\n- Ran formatting, analysis, Dart tests, package validation, and publish checks for `google_maps_flutter_web`.\r\n- Ran `advanced_markers_test.dart` through `flutter drive` in Chrome.\r\n\r\n## Pre-Review Checklist\r\n\r\n**Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot 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\u0027s review for guidance on which automated comments should be addressed.\r\n\r\n[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "adc4d66e9eca997659a596009e4b52237aeceda7",
      "old_mode": 33188,
      "old_path": "packages/google_maps_flutter/google_maps_flutter_web/CHANGELOG.md",
      "new_id": "a65222c7bffd46ff538aaf3f4d453ced64dafd2c",
      "new_mode": 33188,
      "new_path": "packages/google_maps_flutter/google_maps_flutter_web/CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "c3868cd5ac6d57c214f885ef60cee29066b8f327",
      "old_mode": 33188,
      "old_path": "packages/google_maps_flutter/google_maps_flutter_web/example/latest/integration_test/advanced_markers_test.dart",
      "new_id": "bd04178bf83451655678355c3f96915841736699",
      "new_mode": 33188,
      "new_path": "packages/google_maps_flutter/google_maps_flutter_web/example/latest/integration_test/advanced_markers_test.dart"
    },
    {
      "type": "modify",
      "old_id": "517e129dba1af661dcd09db345a1ee693c7925bd",
      "old_mode": 33188,
      "old_path": "packages/google_maps_flutter/google_maps_flutter_web/lib/src/convert.dart",
      "new_id": "be9b0469e3759d7e3309a446ae78df70e928a8de",
      "new_mode": 33188,
      "new_path": "packages/google_maps_flutter/google_maps_flutter_web/lib/src/convert.dart"
    },
    {
      "type": "modify",
      "old_id": "d905b01eab3eaa019dcdda34b5c4a555171bf7e9",
      "old_mode": 33188,
      "old_path": "packages/google_maps_flutter/google_maps_flutter_web/lib/src/marker.dart",
      "new_id": "384ed24fe44644d6161dfe0975b2bbd49f54d255",
      "new_mode": 33188,
      "new_path": "packages/google_maps_flutter/google_maps_flutter_web/lib/src/marker.dart"
    },
    {
      "type": "modify",
      "old_id": "fc89042b00dd5e3e47668d9d2a03e9f1caffb19d",
      "old_mode": 33188,
      "old_path": "packages/google_maps_flutter/google_maps_flutter_web/lib/src/markers.dart",
      "new_id": "3ad5d7748379ad84506288d7ced006becb562004",
      "new_mode": 33188,
      "new_path": "packages/google_maps_flutter/google_maps_flutter_web/lib/src/markers.dart"
    },
    {
      "type": "modify",
      "old_id": "8836876b552a55cb1a234938835766c26e2e9d26",
      "old_mode": 33188,
      "old_path": "packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml",
      "new_id": "4da4852af2804792468a690a5dfde42aac16719d",
      "new_mode": 33188,
      "new_path": "packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml"
    }
  ]
}
