File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
## 1.19.1
2
17
- ListViewObserver
3
18
- Support ` SliverVariedExtentList ` in [ 74] ( https://github.com/fluttercandies/flutter_scrollview_observer/issues/74 ) .
Original file line number Diff line number Diff line change 1
1
name : scrollview_observer
2
2
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
4
4
homepage : https://github.com/fluttercandies/flutter_scrollview_observer
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments