Skip to content

Commit

Permalink
version: bump version to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Jun 30, 2024
1 parent 2ee2544 commit c99b520
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.21.0
- ObserverController:
- Add `onPrepareScrollToIndex` for `jumpTo` and `animateTo`.
- NestedScrollUtil
- Add `jumpTo` and `animateTo` methods.

## 1.20.0
- ObserverController
- Add `observeIntervalForScrolling` to set the minimum amount of time to wait for firing observe callback during scrolling.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c99b520

Please sign in to comment.