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

Use CompositedTransformTarget and CompositedTransformFollower when possible #36

Open
matthew-carroll opened this issue Aug 15, 2023 · 0 comments

Comments

@matthew-carroll
Copy link
Collaborator

follow_the_leader forces users to choose between Flutter's built-in composited target/follower widgets and our Leader and Follower widgets. This can sometimes be a choice based on performance. Flutter's built-in widgets are more performant because they're much less capable.

Rather than force users to choose us or them, adjust Leader and Follower to use Flutter's standard composited transform Layers when the user doesn't use a FollowerAligner or FollowerBoundary, and therefore the user doesn't need what we provide.

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

No branches or pull requests

1 participant