From dff7292fa4044e9368b30011968e2aa42b2d292f Mon Sep 17 00:00:00 2001 From: LinXunFeng Date: Thu, 16 Nov 2023 08:59:27 +0800 Subject: [PATCH] version: bump version to 1.18.1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45e13c..6e15261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.18.1 +- Add a check to determine whether the BuildContext is mounted by @LinXunFeng in [#62](https://github.com/fluttercandies/flutter_scrollview_observer/issues/62) + ## 1.18.0 - ObserverController - Add some scrolling task notifications extending from `ObserverScrollNotification`. diff --git a/pubspec.yaml b/pubspec.yaml index fdabd3f..50f6810 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.18.0 +version: 1.18.1 homepage: https://github.com/fluttercandies/flutter_scrollview_observer environment: