Skip to content

Commit 468aa19

Browse files
committed
version: bump version to 1.24.0
1 parent 6351050 commit 468aa19

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.24.0
2+
- ObserveModel
3+
- Add `displayingChildModelMap`.
4+
- ChatScrollObserver
5+
- Add `customAdjustPositionDelta`.
6+
17
## 1.23.0
28
- ObserverWidget
39
- Make `ObserverWidget` listenable.
@@ -38,7 +44,7 @@
3844
## 1.19.1
3945
- ListViewObserver
4046
- Support `SliverVariedExtentList` in [74](https://github.com/fluttercandies/flutter_scrollview_observer/issues/74).
41-
- Chat Observer
47+
- ChatScrollObserver
4248
- Safely obtain the `constraints` of RenderSliver.
4349
- ObserverController
4450
- Adapt to scenes where `CustomScrollView` specifies `center`.
@@ -54,7 +60,7 @@
5460
- Adjust the controller to be modifiable.
5561

5662
## 1.18.2
57-
- Chat Observer
63+
- ChatScrollObserver
5864
- Fix keeping position not working by @LinXunFeng in [#64](https://github.com/fluttercandies/flutter_scrollview_observer/issues/64)
5965

6066
## 1.18.1
@@ -74,7 +80,7 @@
7480
## 1.16.5
7581
- ObserverWidget
7682
- Improve the processing logic of scroll notification when scrolling with the mouse wheel is not smooth by @qiangjindong in [#48](https://github.com/LinXunFeng/flutter_scrollview_observer/pull/48).
77-
- Chat Observer
83+
- ChatScrollObserver
7884
- Update `isShrinkWrap` once during initialization by @LinXunFeng. [#47](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/47)
7985
- ObserverController
8086
- Fix unable to jump when sliver is too far away and has no any child by @LinXunFeng. [#45](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/45)
@@ -111,11 +117,11 @@
111117
- Safe to use context. [#35](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/35).
112118

113119
## 1.14.1
114-
- Chat Observer
120+
- ChatScrollObserver
115121
- Improve the logic of the conversion type.
116122

117123
## 1.14.0
118-
- Chat Observer
124+
- ChatScrollObserver
119125
- Support for keeping position of generative messages (eg: ChatGPT)
120126

121127
## 1.13.2
@@ -140,7 +146,7 @@
140146
- Refine the logic for finding the first sliver in viewport.
141147

142148
## 1.11.0
143-
- Chat Observer
149+
- ChatScrollObserver
144150
- Support inserting multiple messages at once.
145151
- ObserverWidget
146152
- `GridViewObserver` is compatible with waterfall flow.
@@ -177,7 +183,7 @@
177183
- Deprecated `[clearIndexOffsetCache]`, please use `[clearScrollIndexCache]` instead.
178184

179185
## 1.7.0
180-
- Chat Observer
186+
- ChatScrollObserver
181187
- Add the property `[fixedPositionOffset]`.
182188
- Deprecated `[ChatObserverClampinScrollPhysics]`, please use `[ChatObserverClampingScrollPhysics]` instead.
183189

@@ -188,14 +194,14 @@
188194
- Fix lib not working when `shrinkWrap` is `true` in scrollView.
189195

190196
## 1.6.0
191-
- Chat Observer
197+
- ChatScrollObserver
192198
- Add `onHandlePositionCallback`.
193199

194200
## 1.5.1
195201
- Fix scrollView being stuck when child widget get `[size]`.
196202

197203
## 1.5.0
198-
- Chat Observer
204+
- ChatScrollObserver
199205
- Quickly implement the chat session page effect.
200206
- Scrolling to the specified index location
201207
- Add the property `[cacheJumpIndexOffset]`.

pubspec.yaml

+1-1
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.23.0
3+
version: 1.24.0
44
homepage: https://github.com/fluttercandies/flutter_scrollview_observer
55

66
environment:

0 commit comments

Comments
 (0)