You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
follow_the_leader
forces users to choose between Flutter's built-in composited target/follower widgets and ourLeader
andFollower
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
andFollower
to use Flutter's standard composited transformLayer
s when the user doesn't use aFollowerAligner
orFollowerBoundary
, and therefore the user doesn't need what we provide.The text was updated successfully, but these errors were encountered: