follow_the_leader 0.0.3 copy "follow_the_leader: ^0.0.3" to clipboard
follow_the_leader: ^0.0.3 copied to clipboard

Widgets that follow other widgets.

0.0.3 #

Easier following (December, 2022)

  • Breaking: Follower.withDynamics is now Follower.withAligner.
  • LeaderLink now mixes ChangeNotifier and notifies listeners when the Leader moves or changes size.
  • Added Follower property called repaintWhenLeaderChanges, which repaints the Follower child whenever the Leader moves or changes size.
  • Added FollowerFadeOutBeyondBoundary widget, which will fade out its child when the Leader exceeds a given FollowerBoundary.

0.0.2 #

MVP release (December, 2022)

  • Primary widgets are now called Leader and Follower
  • The widget link in this package is now called LeaderLink
  • Follower supports customized alignment and boundaries
  • BuildInOrder lets you build Followers without an implied layout

0.0.1 #

Initial release (August, 2022)

  • Not ready for any production use, yet.