From e6fa3cc0fa2f0a98e8e1085cf96edecf6e84e0bd Mon Sep 17 00:00:00 2001 From: LinXunFeng Date: Sat, 3 Jun 2023 14:47:52 +0800 Subject: [PATCH] version: bump version to 1.13.1 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc31e04..3f19b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.13.1 +- `ObserverCore` + - Fix no getting all child widgets those are displayed when there are separators in `ListView`. [#31](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/31). +- `ObserverUtils` + - Safely call `findRenderObject` method. + ## 1.13.0 - `ObserverUtils` - The `calcAnchorTabIndex` method supports GridView. diff --git a/pubspec.yaml b/pubspec.yaml index 5409224..60abd6e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: scrollview_observer description: A widget for observing data related to the child widgets being displayed in a scrollview. -version: 1.13.0 +version: 1.13.1 homepage: https://github.com/LinXunFeng/flutter_scrollview_observer environment: