From f9979f641eea0769b0dc901d6ab9b88fe1901c22 Mon Sep 17 00:00:00 2001 From: LinXunFeng Date: Sat, 25 Nov 2023 20:45:03 +0800 Subject: [PATCH] version: bump version to 1.18.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e15261..006be80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.18.2 +- Chat Observer + - Fix keeping position not working by @LinXunFeng in [#64](https://github.com/fluttercandies/flutter_scrollview_observer/issues/64) + ## 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) diff --git a/pubspec.yaml b/pubspec.yaml index 50f6810..8112da7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,11 @@ name: scrollview_observer description: A widget for observing data related to the child widgets being displayed in a ScrollView. -version: 1.18.1 +version: 1.18.2 homepage: https://github.com/fluttercandies/flutter_scrollview_observer environment: sdk: ">=2.12.0 <4.0.0" + flutter: '>=3.7.0' dependencies: flutter: