Skip to content

Commit

Permalink
version : bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Sep 29, 2022
1 parent 0aab80d commit d76a515
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.5.0
- Chat Observer
- Quickly implement the chat session page effect.
- Scrolling to the specified index location
- Add the properties `[cacheJumpIndexOffset]`.

## 1.4.0
- Scrolling to the specified index location
- New `alignment` paramter in the `jumpTo` and `animateTo` methods.
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.4.0
version: 1.5.0
homepage: https://github.com/LinXunFeng/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit d76a515

Please sign in to comment.