Skip to content

Commit

Permalink
version: bump version to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Mar 16, 2024
1 parent bb0fe7b commit 355f32f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.19.1
- ListViewObserver
- Support `SliverVariedExtentList` in [74](https://github.com/fluttercandies/flutter_scrollview_observer/issues/74).
- Chat Observer
- Safely obtain the `constraints` of RenderSliver.
- ObserverController
- Adapt to scenes where `CustomScrollView` specifies `center`.

## 1.19.0
- SliverViewObserver
- Add `customOverlap` property.
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.19.0
version: 1.19.1
homepage: https://github.com/fluttercandies/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit 355f32f

Please sign in to comment.