Skip to content
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

[animations] Handle DualTransitionBuilder name conflict with flutter/flutter #173

Merged
merged 3 commits into from
Jun 18, 2020

Conversation

shihaohong
Copy link

@shihaohong shihaohong commented Jun 17, 2020

Require animations package to use internal version of DualTransitionBuilder to avoid conflicts with flutter/flutter's recently merged copy of DualTransitionBuilder: flutter/flutter#58686. This will become an issue for developers using the animations package with versions of Flutter newer than flutter/flutter@fe15d1e

Since it is used internally by the library and not exposed to our users, this should be okay. Once DualTransitionBuilder has made it into the stable version of Flutter, we can remove the animations package's copy of the widget altogether. Filed an issue to track in flutter/flutter#59659

Require animations package to use internal version of DualTransitionBuilder to avoid conflicts with flutter/flutter\'s recently merged copy of DualTransitionBuilder'.
@shihaohong shihaohong changed the title [animations] Handle DualTransitionBuilder conflict with flutter/flutter [animations] Handle DualTransitionBuilder name conflict with flutter/flutter Jun 17, 2020
Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

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

LGTM when Cirrus is happy.

@goderbauer
Copy link
Member

Wanna also bump the version and update the changelog to release this?

@goderbauer
Copy link
Member

Looks like the failure on master will be fixed when this change is submitted.

federunco added a commit to federunco/packages that referenced this pull request Jun 17, 2020
@shihaohong
Copy link
Author

Merging on red submit-queue check since this PR fixes that failure.

@shihaohong shihaohong merged commit c9c8e8f into flutter:master Jun 18, 2020
federunco added a commit to federunco/packages that referenced this pull request Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants