follow_the_leader 0.0.3
follow_the_leader: ^0.0.3 copied to clipboard
Widgets that follow other widgets.
0.0.3 #
Easier following (December, 2022)
- Breaking:
Follower.withDynamicsis nowFollower.withAligner. LeaderLinknow mixesChangeNotifierand notifies listeners when theLeadermoves or changes size.- Added
Followerproperty calledrepaintWhenLeaderChanges, which repaints theFollowerchild whenever theLeadermoves or changes size. - Added
FollowerFadeOutBeyondBoundarywidget, which will fade out its child when theLeaderexceeds a givenFollowerBoundary.
0.0.2 #
MVP release (December, 2022)
- Primary widgets are now called
LeaderandFollower - The widget link in this package is now called
LeaderLink Followersupports customized alignment and boundariesBuildInOrderlets you buildFollowers without an implied layout
0.0.1 #
Initial release (August, 2022)
- Not ready for any production use, yet.