We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee2544 commit c99b520Copy full SHA for c99b520
CHANGELOG.md
@@ -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
+
7
## 1.20.0
8
- ObserverController
9
- Add `observeIntervalForScrolling` to set the minimum amount of time to wait for firing observe callback during scrolling.
pubspec.yaml
@@ -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.20.0
+version: 1.21.0
homepage: https://github.com/fluttercandies/flutter_scrollview_observer
environment:
0 commit comments