Skip to content

Commit ef7dfc5

Browse files
committed
version: bump version to 1.20.0
1 parent 15b316f commit ef7dfc5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.20.0
2+
- ObserverController
3+
- Add `observeIntervalForScrolling` to set the minimum amount of time to wait for firing observe callback during scrolling.
4+
- ObserverUtils
5+
- Improve the logic of `isDisplayingSliverInViewport` method.
6+
- ScrollViewOnceObserveNotificationResult
7+
- Add `observeViewportResultModel`.
8+
- ChatScrollObserver
9+
- Add `ChatScrollObserverRefIndexType`.
10+
- Add `refIndexType` to specify the role of `refItemIndex` and `refItemIndex`.
11+
- Slivers
12+
- Add `SliverObserveContext`.
13+
- ObserveDisplayingChildModelMixin
14+
- Add `visibleFraction` and `visibleMainAxisSize`.
15+
116
## 1.19.1
217
- ListViewObserver
318
- Support `SliverVariedExtentList` in [74](https://github.com/fluttercandies/flutter_scrollview_observer/issues/74).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scrollview_observer
22
description: A widget for observing data related to the child widgets being displayed in a ScrollView.
3-
version: 1.19.1
3+
version: 1.20.0
44
homepage: https://github.com/fluttercandies/flutter_scrollview_observer
55

66
environment:

0 commit comments

Comments
 (0)