follow_the_leader 0.0.4+4 follow_the_leader: ^0.0.4+4 copied to clipboard
Widgets that follow other widgets.
0.0.4+4 - Sept, 2023 #
Adjusted Follower
internal transform management to solve iOS toolbar arrow alignment issues on
first frame, and when focal point moves.
0.0.4+3 - July, 2023 #
Fixes and adjustments.
- FIX: Follower no longer drifts when it hits a boundary
- CHANGE: Follower doesn't fade until the entire Leader leaves the boundary
- Supports Dart 3
0.0.4+2 - Jan, 2023 #
Leader
and Follower
scaling.
- Reworked
Follower
implementation to correctly handle scaling. Added bounds support for scaledLeader
s andFollower
s.
0.0.4+1 - Jan, 2023 #
Fix Leader offset reporting.
- Fix
getOffsetInLeader
from last release by correctly applyingLeader
scale.
0.0.4 - Jan, 2023 #
Scrollables and scaling.
- Added
recalculateGlobalOffset
toLeader
, which should be used to notifyLeader
s when an ancestorScrollable
scrolls, so theLeader
can notifyFollower
s that it moved. - Added
scale
andgetOffsetInLeader
toLeaderLink
because theLeader
's scale was previously ignored.
0.0.3 - Dec, 2023 #
Easier following.
- Breaking:
Follower.withDynamics
is nowFollower.withAligner
. LeaderLink
now mixesChangeNotifier
and notifies listeners when theLeader
moves or changes size.- Added
Follower
property calledrepaintWhenLeaderChanges
, which repaints theFollower
child whenever theLeader
moves or changes size. - Added
FollowerFadeOutBeyondBoundary
widget, which will fade out its child when theLeader
exceeds a givenFollowerBoundary
.
0.0.2 - Dec, 2022 #
MVP release.
- Primary widgets are now called
Leader
andFollower
- The widget link in this package is now called
LeaderLink
Follower
supports customized alignment and boundariesBuildInOrder
lets you buildFollower
s without an implied layout
0.0.1 - Aug, 2022 #
Initial release.
- Not ready for any production use, yet.