From 5bb997a1e4265b9b9eb1c3fb449e311146bcf86a Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Fri, 29 Sep 2023 21:13:06 -0700 Subject: [PATCH] Release v0.0.4+5 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1944055..092a8ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 0361744..4503b37 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"