-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[CP-beta] Fix flavor-conditional asset bundling for path dependencies #157306
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
[CP-beta] Fix flavor-conditional asset bundling for path dependencies #157306
Conversation
…156687) Fixes flutter#155755 When building the asset bundle during, the `--flavor` option isn't considered when searching for assets from dependencies. This PR fixes that. It's possible that when initially implementing this feature, I thought that flavor-conditional assets didn't make sense for packages. While I still think that way regarding pub packages, using this feature makes a lot more sense for monorepo projects. <details> <summary> Pre-launch checklist </summary> </details>
|
@andrewkolos I am cutting the hotfix build today and there are failing tests. Is this something you still want to land. As a release engineer I support this change. |
I don't see any checks failing on this PR |
There were failures but then I updated this branch with tip of tree. |
reidbaker
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.
Release engineer approval. Merge when you are ready.
Fixes #155755 on the beta branch so that this will be available with the 3.27 release.
Pre-launch checklist
///).