Skip to content

Commit

Permalink
version: bump version to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed May 19, 2024
1 parent 15b316f commit ef7dfc5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.20.0
- ObserverController
- Add `observeIntervalForScrolling` to set the minimum amount of time to wait for firing observe callback during scrolling.
- ObserverUtils
- Improve the logic of `isDisplayingSliverInViewport` method.
- ScrollViewOnceObserveNotificationResult
- Add `observeViewportResultModel`.
- ChatScrollObserver
- Add `ChatScrollObserverRefIndexType`.
- Add `refIndexType` to specify the role of `refItemIndex` and `refItemIndex`.
- Slivers
- Add `SliverObserveContext`.
- ObserveDisplayingChildModelMixin
- Add `visibleFraction` and `visibleMainAxisSize`.

## 1.19.1
- ListViewObserver
- Support `SliverVariedExtentList` in [74](https://github.com/fluttercandies/flutter_scrollview_observer/issues/74).
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.1
version: 1.20.0
homepage: https://github.com/fluttercandies/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit ef7dfc5

Please sign in to comment.