Skip to content

Commit

Permalink
version: bump version to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Dec 10, 2023
1 parent d9ded1b commit ca7c725
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.19.0
- SliverViewObserver
- Add `customOverlap` property.
- NestedScrollUtil
- To better support `NestedScrollView`.
- ObserverCore
- Improve the judgment logic of whether the sliver is visible.
- ObserverController
- Adjust the controller to be modifiable.

## 1.18.2
- Chat Observer
- Fix keeping position not working by @LinXunFeng in [#64](https://github.com/fluttercandies/flutter_scrollview_observer/issues/64)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.2
version: 1.19.0
homepage: https://github.com/fluttercandies/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit ca7c725

Please sign in to comment.