Skip to content

Commit

Permalink
version: bump version to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Aug 26, 2023
1 parent 6dc66e4 commit 1e47b93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.16.2
- ObserverWidget
- Adjust the conversion type of `viewport.offset` to `ScrollPosition` by @LiuDongCai in [#41](https://github.com/LinXunFeng/flutter_scrollview_observer/pull/41).
- ObserveDisplayingChildModelMixin
- Adapt `displayPercentage` to scenes with SliverPersistentHeader by @percival888 in [#43](https://github.com/LinXunFeng/flutter_scrollview_observer/pull/43).
- Refine the logic of `calculateDisplayPercentage` method by @LinXunFeng.

## 1.16.1
- compatible with flutter 3.13.0

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.16.1
version: 1.16.2
homepage: https://github.com/LinXunFeng/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit 1e47b93

Please sign in to comment.