-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Flutter tool support for dynamic code #20543
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
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.
comment above at line 75 seems to need to be updated
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.
Done.
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.
Is setting matchingFallbacks like this for these dynamic configurations as intended?
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.
I suspect this setting is inconsequential. It only matters if one of flutter's dependency modules doesn't define given build configuration, and I don't see any sub-modules.
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.
cc @mravn-google in case he knows
This reverts commit 25ba90a.
|
Seeing the following errors with this commit: |
|
I see this is being reverted in #20644 |
This change adds --dynamic flag to the flutter tool, which makes it use the engine produced by gn --dynamic that includes support for dynamic code in profile and release configurations.