Skip to content

Commit

Permalink
version: bump version to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Nov 25, 2023
1 parent 282c7ee commit f9979f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f9979f6

Please sign in to comment.