Skip to content

Commit

Permalink
Release v0.0.4+5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Sep 30, 2023
1 parent f3bda8a commit 5bb997a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.0.4+5 - Sept, 2023
More fixes for `Follower` content alignment, e.g., iOS popovers. This fix schedules an extra paint frame if it tries to paint a `Follower` when the `FollowerLayer` isn't attached.

# 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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Widgets that follow other widgets.
homepage: https://github.com/Flutter-Bounty-Hunters/follow_the_leader
repository: https://github.com/Flutter-Bounty-Hunters/follow_the_leader

version: 0.0.4+4
version: 0.0.4+5

environment:
sdk: ">=2.15.0 <4.0.0"
Expand Down

0 comments on commit 5bb997a

Please sign in to comment.