Skip to content

[Deep Links] Show a more descriptive and detailed dialog when Flutter project is not configured for iOS or Android#9571

Merged
elliette merged 3 commits intoflutter:masterfrom
elliette:deeplink-fixes
Dec 10, 2025
Merged

[Deep Links] Show a more descriptive and detailed dialog when Flutter project is not configured for iOS or Android#9571
elliette merged 3 commits intoflutter:masterfrom
elliette:deeplink-fixes

Conversation

@elliette
Copy link
Copy Markdown
Member

Fixes #9079
Work towards #9158, #8228

In the Deep Links panel, when a user selects the directory of a Flutter project that does not have iOS or Android build options configured, we currently show a generic "not a Flutter project" message, which is confusing because it is a Flutter project.

Screenshot 2025-12-10 at 11 54 04 AM

This PR updates the dialog to be a lot more informative:

Screenshot 2025-12-10 at 11 27 29 AM

@elliette elliette requested a review from a team as a code owner December 10, 2025 19:58
@elliette elliette requested review from a team, chunhtai and srawlins and removed request for a team December 10, 2025 19:58
Copy link
Copy Markdown
Contributor

@srawlins srawlins left a comment

Choose a reason for hiding this comment

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

Sweet!

Copy link
Copy Markdown
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

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

LGTM

@elliette elliette merged commit 2f73978 into flutter:master Dec 10, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deep links screen shows "you selected a non Flutter project" when I have selected a flutter project

3 participants