Skip to content

Conversation

@chunhtai
Copy link
Contributor

@chunhtai chunhtai commented Dec 11, 2025

fixes #8972

it is possible the tool can't get team id from the xcode project if the xcode developer team is not properly set up. In that case it will be null in the universal link setting's json. This Pr handles that cases

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read the Flutter Style Guide recently, and have followed its advice.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or there is a reason for not adding tests.

build.yaml badge

If you need help, consider asking for help on Discord.

});

test('handles missing associatedDomains', () {
// This might crash based on my reading of the code, but let's see.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

lol gemini what the hack is this

@chunhtai chunhtai requested a review from a team as a code owner December 11, 2025 23:43
@chunhtai chunhtai requested a review from elliette December 11, 2025 23:44
Copy link
Member

@elliette elliette left a comment

Choose a reason for hiding this comment

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

Small change but otherwise LGTM! Thanks for the fix

@chunhtai chunhtai added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 12, 2025
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Dec 12, 2025
@auto-submit
Copy link

auto-submit bot commented Dec 12, 2025

autosubmit label was removed for flutter/devtools/9581, because - The status or check suite macos-latest devtools_app integration-test integration_dart2js - flutter-web - shard 2/2 has failed. Please fix the issues identified (or deflake) before re-applying this label.

@chunhtai chunhtai added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 12, 2025
@auto-submit auto-submit bot merged commit 976bd6a into flutter:master Dec 12, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deep links tool does not work with the codelabs/deeplink_cookbook app

2 participants