Skip to content
  • Sponsor fluttercandies/flutter_scrollview_observer

  • Notifications You must be signed in to change notification settings
  • Fork 52
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a8f9ca

Browse files
committedMay 17, 2025·
version: bump version to 1.26.1
1 parent f1517aa commit 4a8f9ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.26.1
2+
- ChatScrollObserver
3+
- Refine the logic of `standby` by @LinXunFeng.
4+
15
## 1.26.0
26
- NestedScrollUtil
37
- Add await support for `animateTo` and `jumpTo` methods by @LinXunFeng.

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

66
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.