-
Notifications
You must be signed in to change notification settings - Fork 364
Fixes null error when parsing universal link settings #9581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| }); | ||
|
|
||
| test('handles missing associatedDomains', () { | ||
| // This might crash based on my reading of the code, but let's see. |
There was a problem hiding this comment.
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
packages/devtools_shared/test/deeplink/universal_link_settings_test.dart
Outdated
Show resolved
Hide resolved
elliette
left a comment
There was a problem hiding this 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
|
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. |
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
///).If you need help, consider asking for help on Discord.