)]}'
{
  "commit": "a767a0ccbdec2ff755b9aa5277d2ca9e37e2146d",
  "tree": "680cc9ce9e019b0a929019454324c49549798c8d",
  "parents": [
    "be627165df5b6f2d226d476d609f7853528474d4"
  ],
  "author": {
    "name": "Hannes Hultergård",
    "email": "47989573+Hannnes1@users.noreply.github.com",
    "time": "Mon Mar 24 14:14:30 2025 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Mon Mar 24 13:14:30 2025 +0000"
  },
  "message": "Add focus check to onTapUpOutside (#162939)\n\nAdds a focus check to `onTapUpOutside` of `EditableText`, so that it\ndoesn\u0027t trigger if the `EditableText` doesn\u0027t have focus.\n\n`onTapOutside` already had this check, but it was missed when\n`onTapUpOutside` was added.\n\nFixes https://github.com/flutter/flutter/issues/162573\n\n\n## Pre-launch Checklist\n\n- [x] I read the [Contributor Guide] and followed the process outlined\nthere for submitting PRs.\n- [x] I read the [Tree Hygiene] wiki page, which explains my\nresponsibilities.\n- [x] I read and followed the [Flutter Style Guide], including [Features\nwe expect every widget to implement].\n- [x] I signed the [CLA].\n- [x] I listed at least one issue that this PR fixes in the description\nabove.\n- [x] I updated/added relevant documentation (doc comments with `///`).\n- [x] I added new tests to check the change I am making, or this PR is\n[test-exempt].\n- [x] I followed the [breaking change policy] and added [Data Driven\nFixes] where supported.\n- [x] All existing and new tests are passing.\n\n\u003c!-- Links --\u003e\n[Contributor Guide]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview\n[Tree Hygiene]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md\n[test-exempt]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests\n[Flutter Style Guide]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md\n[Features we expect every widget to implement]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement\n[CLA]: https://cla.developers.google.com/\n[flutter/tests]: https://github.com/flutter/tests\n[breaking change policy]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes\n[Discord]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md\n[Data Driven Fixes]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fa0853c9f1618e221efd2c1a5cebf63a465abb29",
      "old_mode": 33188,
      "old_path": "packages/flutter/lib/src/widgets/editable_text.dart",
      "new_id": "7a1723b9c55c8c6659d6c2a7212290f9c33593d8",
      "new_mode": 33188,
      "new_path": "packages/flutter/lib/src/widgets/editable_text.dart"
    },
    {
      "type": "modify",
      "old_id": "07d9174a6203930616302a0fa7d60c6a5648523c",
      "old_mode": 33188,
      "old_path": "packages/flutter/test/material/text_form_field_test.dart",
      "new_id": "6bf0269c04c04585d8612dc7c75f134566654fde",
      "new_mode": 33188,
      "new_path": "packages/flutter/test/material/text_form_field_test.dart"
    },
    {
      "type": "modify",
      "old_id": "3e77dbb0e3d38cc2dbfe17a37edf42e879e9e72b",
      "old_mode": 33188,
      "old_path": "packages/flutter/test/widgets/editable_text_test.dart",
      "new_id": "f812269dcd336f42bd1a16de59856596bdb2e240",
      "new_mode": 33188,
      "new_path": "packages/flutter/test/widgets/editable_text_test.dart"
    }
  ]
}
