Skip to content

Commit

Permalink
version : bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Nov 29, 2022
1 parent f2f9492 commit e5cf204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.8.0
- Scrolling to the specified index location
- Supports initializing the index position of the scrollView.
- Deprecated `[clearIndexOffsetCache]`, please use `[clearScrollIndexCache]` instead.

## 1.7.0
- Chat Observer
- Add the property `[fixedPositionOffset]`.
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.7.0
version: 1.8.0
homepage: https://github.com/LinXunFeng/flutter_scrollview_observer

environment:
Expand Down

0 comments on commit e5cf204

Please sign in to comment.