Skip to content

Commit c99b520

Browse files
committed
version: bump version to 1.21.0
1 parent 2ee2544 commit c99b520

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.21.0
2+
- ObserverController:
3+
- Add `onPrepareScrollToIndex` for `jumpTo` and `animateTo`.
4+
- NestedScrollUtil
5+
- Add `jumpTo` and `animateTo` methods.
6+
17
## 1.20.0
28
- ObserverController
39
- Add `observeIntervalForScrolling` to set the minimum amount of time to wait for firing observe callback during scrolling.

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

66
environment:

0 commit comments

Comments
 (0)